struct UnrecognizedReprError;Expand description
The representation hint could not be parsed or was unrecognized.
Trait Implementations§
Source§impl From<UnrecognizedReprError> for FromAttrsError
impl From<UnrecognizedReprError> for FromAttrsError
Source§fn from(_err: UnrecognizedReprError) -> FromAttrsError
fn from(_err: UnrecognizedReprError) -> FromAttrsError
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for UnrecognizedReprError
impl RefUnwindSafe for UnrecognizedReprError
impl Send for UnrecognizedReprError
impl Sync for UnrecognizedReprError
impl Unpin for UnrecognizedReprError
impl UnwindSafe for UnrecognizedReprError
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