pub struct FetchCommandMessages { /* private fields */ }
Implementations§
Source§impl FetchCommandMessages
impl FetchCommandMessages
pub fn attr_macro(self, named: AttrMacro) -> FetchCommand
Trait Implementations§
Source§impl FetchBuilderAttributes for FetchCommandMessages
impl FetchBuilderAttributes for FetchCommandMessages
fn prepare(self) -> FetchCommandAttributes
fn attr(self, attr: Attribute) -> FetchCommandAttributes
Source§impl FetchBuilderMessages for FetchCommandMessages
impl FetchBuilderMessages for FetchCommandMessages
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 FetchCommandMessages
impl RefUnwindSafe for FetchCommandMessages
impl Send for FetchCommandMessages
impl Sync for FetchCommandMessages
impl Unpin for FetchCommandMessages
impl UnwindSafe for FetchCommandMessages
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