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