enum FetchType {
File,
Git,
GitHub,
GitLab,
Indirect,
Path,
SourceHut,
Tarball,
}Available on crate feature
flakeref only.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§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more