pub struct ClassWrapper(/* private fields */);Trait Implementations§
impl Send for ClassWrapper
impl Sync for ClassWrapper
Auto Trait Implementations§
impl Freeze for ClassWrapper
impl RefUnwindSafe for ClassWrapper
impl Unpin for ClassWrapper
impl UnsafeUnpin for ClassWrapper
impl UnwindSafe for ClassWrapper
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