pub struct SmartPointerSendableComp<T: Clone> { /* private fields */ }Implementations§
Source§impl<T: Clone> SmartPointerSendableComp<T>
impl<T: Clone> SmartPointerSendableComp<T>
Trait Implementations§
Source§impl<T: Clone + Clone> Clone for SmartPointerSendableComp<T>
impl<T: Clone + Clone> Clone for SmartPointerSendableComp<T>
Source§fn clone(&self) -> SmartPointerSendableComp<T>
fn clone(&self) -> SmartPointerSendableComp<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> Hash for SmartPointerSendableComp<T>
impl<T> Hash for SmartPointerSendableComp<T>
Source§impl<T> PartialEq for SmartPointerSendableComp<T>
impl<T> PartialEq for SmartPointerSendableComp<T>
impl<T> Eq for SmartPointerSendableComp<T>
impl<T: Clone> Send for SmartPointerSendableComp<T>
Available on crate feature
enable_runtime only.impl<T: Clone> Sync for SmartPointerSendableComp<T>
Available on crate feature
enable_runtime only.Auto Trait Implementations§
impl<T> Freeze for SmartPointerSendableComp<T>where
T: Freeze,
impl<T> !RefUnwindSafe for SmartPointerSendableComp<T>
impl<T> Unpin for SmartPointerSendableComp<T>where
T: Unpin,
impl<T> !UnwindSafe for SmartPointerSendableComp<T>
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