pub struct MpscCommandsHandler<P>(/* private fields */);Trait Implementations§
Source§impl<P: Clone> Clone for MpscCommandsHandler<P>
impl<P: Clone> Clone for MpscCommandsHandler<P>
Source§fn clone(&self) -> MpscCommandsHandler<P>
fn clone(&self) -> MpscCommandsHandler<P>
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 moreAuto Trait Implementations§
impl<P> Freeze for MpscCommandsHandler<P>
impl<P> RefUnwindSafe for MpscCommandsHandler<P>
impl<P> Send for MpscCommandsHandler<P>where
P: Send,
impl<P> Sync for MpscCommandsHandler<P>where
P: Send,
impl<P> Unpin for MpscCommandsHandler<P>
impl<P> UnwindSafe for MpscCommandsHandler<P>
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