enum FetchType {
File,
Git,
GitHub,
GitLab,
Indirect,
Path,
SourceHut,
Tarball,
}
Variants§
Auto Trait Implementations§
impl Freeze for FetchType
impl RefUnwindSafe for FetchType
impl Send for FetchType
impl Sync for FetchType
impl Unpin for FetchType
impl UnwindSafe for FetchType
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