pub enum FetchKind {
Everything,
Nothing,
}
Available on crate feature
cli
only.Expand description
General download policy for a document.
Variants§
Trait Implementations§
impl Copy for FetchKind
Auto Trait Implementations§
impl Freeze for FetchKind
impl RefUnwindSafe for FetchKind
impl Send for FetchKind
impl Sync for FetchKind
impl Unpin for FetchKind
impl UnwindSafe for FetchKind
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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