pub struct FetchCommandEmpty { /* private fields */ }
Trait Implementations§
Source§impl FetchBuilderMessages for FetchCommandEmpty
impl FetchBuilderMessages for FetchCommandEmpty
fn prepare(self) -> FetchCommandMessages
fn num(self, num: u32) -> FetchCommandMessages
fn range(self, start: u32, stop: u32) -> FetchCommandMessages
fn all_after(self, start: u32) -> FetchCommandMessages
Auto Trait Implementations§
impl Freeze for FetchCommandEmpty
impl RefUnwindSafe for FetchCommandEmpty
impl Send for FetchCommandEmpty
impl Sync for FetchCommandEmpty
impl Unpin for FetchCommandEmpty
impl UnwindSafe for FetchCommandEmpty
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