pub struct NoDetails;
Expand description
Marker type used as the generic argument of ConversionError
to denote that there are no
error details.
Trait Implementations§
Source§impl Ord for NoDetails
impl Ord for NoDetails
Source§impl PartialOrd for NoDetails
impl PartialOrd for NoDetails
impl Copy for NoDetails
impl Eq for NoDetails
impl StructuralPartialEq for NoDetails
Auto Trait Implementations§
impl Freeze for NoDetails
impl RefUnwindSafe for NoDetails
impl Send for NoDetails
impl Sync for NoDetails
impl Unpin for NoDetails
impl UnwindSafe for NoDetails
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