pub struct ClassDestructor<T>where
T: DocReference,{ /* private fields */ }
Trait Implementations§
Source§impl<T> Clone for ClassDestructor<T>where
T: DocReference + Clone,
impl<T> Clone for ClassDestructor<T>where
T: DocReference + Clone,
Source§fn clone(&self) -> ClassDestructor<T>
fn clone(&self) -> ClassDestructor<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 moreAuto Trait Implementations§
impl<T> Freeze for ClassDestructor<T>
impl<T> RefUnwindSafe for ClassDestructor<T>where
T: RefUnwindSafe,
impl<T> !Send for ClassDestructor<T>
impl<T> !Sync for ClassDestructor<T>
impl<T> Unpin for ClassDestructor<T>
impl<T> UnwindSafe for ClassDestructor<T>where
T: 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