pub struct SendCommand<'a, C> { /* private fields */ }Trait Implementations§
Source§impl<'a, C: Clone> Clone for SendCommand<'a, C>
impl<'a, C: Clone> Clone for SendCommand<'a, C>
Source§fn clone(&self) -> SendCommand<'a, C>
fn clone(&self) -> SendCommand<'a, C>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'a, C: Debug> Debug for SendCommand<'a, C>
impl<'a, C: Debug> Debug for SendCommand<'a, C>
Auto Trait Implementations§
impl<'a, C> Freeze for SendCommand<'a, C>
impl<'a, C> RefUnwindSafe for SendCommand<'a, C>where
C: RefUnwindSafe,
impl<'a, C> Send for SendCommand<'a, C>where
C: Sync,
impl<'a, C> Sync for SendCommand<'a, C>where
C: Sync,
impl<'a, C> Unpin for SendCommand<'a, C>
impl<'a, C> UnwindSafe for SendCommand<'a, C>where
C: RefUnwindSafe,
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