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