pub enum FetchMode {
Fixture,
Live(LiveFetchConfig),
Snapshot(SnapshotFetchConfig),
}Variants§
Trait Implementations§
impl Eq for FetchMode
impl StructuralPartialEq for FetchMode
Auto Trait Implementations§
impl Freeze for FetchMode
impl RefUnwindSafe for FetchMode
impl Send for FetchMode
impl Sync for FetchMode
impl Unpin for FetchMode
impl UnsafeUnpin for FetchMode
impl UnwindSafe for FetchMode
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