pub struct FetchCommand { /* private fields */ }
Trait Implementations§
Source§impl FetchBuilderModifiers for FetchCommand
impl FetchBuilderModifiers for FetchCommand
fn prepare(self) -> FetchCommand
fn build(self) -> Command
fn changed_since(self, seq: u64) -> FetchCommand
Auto Trait Implementations§
impl Freeze for FetchCommand
impl RefUnwindSafe for FetchCommand
impl Send for FetchCommand
impl Sync for FetchCommand
impl Unpin for FetchCommand
impl UnwindSafe for FetchCommand
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