pub enum AdoResourcesRepositoryType {
AzureReposGit,
GitHub,
}
Expand description
ADO repository resource type
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AdoResourcesRepositoryType
impl RefUnwindSafe for AdoResourcesRepositoryType
impl Send for AdoResourcesRepositoryType
impl Sync for AdoResourcesRepositoryType
impl Unpin for AdoResourcesRepositoryType
impl UnwindSafe for AdoResourcesRepositoryType
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more