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