pub(crate) struct UnsupportedReprError;Expand description
The representation hint is not supported for the decorated type.
Auto Trait Implementations§
impl Freeze for UnsupportedReprError
impl RefUnwindSafe for UnsupportedReprError
impl Send for UnsupportedReprError
impl Sync for UnsupportedReprError
impl Unpin for UnsupportedReprError
impl UnwindSafe for UnsupportedReprError
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