pub struct InvalidTypeError;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for InvalidTypeError
impl RefUnwindSafe for InvalidTypeError
impl Send for InvalidTypeError
impl Sync for InvalidTypeError
impl Unpin for InvalidTypeError
impl UnwindSafe for InvalidTypeError
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