pub struct SendWrapper<T>(/* private fields */);Implementations§
Trait Implementations§
Source§impl<T: Clone> Clone for SendWrapper<T>
impl<T: Clone> Clone for SendWrapper<T>
Source§fn clone(&self) -> SendWrapper<T>
fn clone(&self) -> SendWrapper<T>
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<T: Debug> Debug for SendWrapper<T>
impl<T: Debug> Debug for SendWrapper<T>
Source§impl<T> Deref for SendWrapper<T>
impl<T> Deref for SendWrapper<T>
Source§impl<T> DerefMut for SendWrapper<T>
impl<T> DerefMut for SendWrapper<T>
Source§impl<T> PartialEq for SendWrapper<T>where
T: PartialEq,
impl<T> PartialEq for SendWrapper<T>where
T: PartialEq,
Auto Trait Implementations§
impl<T> Freeze for SendWrapper<T>where
T: Freeze,
impl<T> RefUnwindSafe for SendWrapper<T>where
T: RefUnwindSafe,
impl<T> Send for SendWrapper<T>
impl<T> Sync for SendWrapper<T>
impl<T> Unpin for SendWrapper<T>where
T: Unpin,
impl<T> UnwindSafe for SendWrapper<T>where
T: UnwindSafe,
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