pub struct CannotConvert;Expand description
The error type used when a TryFrom fails.
Trait Implementations§
Source§impl Clone for CannotConvert
impl Clone for CannotConvert
Source§fn clone(&self) -> CannotConvert
fn clone(&self) -> CannotConvert
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CannotConvert
impl Debug for CannotConvert
Source§impl PartialEq for CannotConvert
impl PartialEq for CannotConvert
impl Copy for CannotConvert
impl Eq for CannotConvert
impl StructuralPartialEq for CannotConvert
Auto Trait Implementations§
impl Freeze for CannotConvert
impl RefUnwindSafe for CannotConvert
impl Send for CannotConvert
impl Sync for CannotConvert
impl Unpin for CannotConvert
impl UnwindSafe for CannotConvert
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