pub struct ClassRoot(/* private fields */);Expand description
A strong root for a managed class.
Implementations§
Trait Implementations§
impl Copy for ClassRoot
impl Eq for ClassRoot
impl StructuralPartialEq for ClassRoot
Auto Trait Implementations§
impl Freeze for ClassRoot
impl RefUnwindSafe for ClassRoot
impl Send for ClassRoot
impl Sync for ClassRoot
impl Unpin for ClassRoot
impl UnsafeUnpin for ClassRoot
impl UnwindSafe for ClassRoot
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