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