pub struct IntoDynSyncSend<T: ?Sized>(pub T);
Tuple Fields§
§0: T
Trait Implementations§
source§impl<T: Clone + ?Sized> Clone for IntoDynSyncSend<T>
impl<T: Clone + ?Sized> Clone for IntoDynSyncSend<T>
source§fn clone(&self) -> IntoDynSyncSend<T>
fn clone(&self) -> IntoDynSyncSend<T>
Returns a copy 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> Deref for IntoDynSyncSend<T>
impl<T> Deref for IntoDynSyncSend<T>
source§impl<T> DerefMut for IntoDynSyncSend<T>
impl<T> DerefMut for IntoDynSyncSend<T>
impl<T: Copy + ?Sized> Copy for IntoDynSyncSend<T>
Auto Trait Implementations§
impl<T: ?Sized> RefUnwindSafe for IntoDynSyncSend<T>where
T: RefUnwindSafe,
impl<T: ?Sized> Send for IntoDynSyncSend<T>where
T: Send,
impl<T: ?Sized> Sync for IntoDynSyncSend<T>where
T: Sync,
impl<T: ?Sized> Unpin for IntoDynSyncSend<T>where
T: Unpin,
impl<T: ?Sized> UnwindSafe for IntoDynSyncSend<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