pub struct ValueConvertError(pub &'static str);Expand description
Contains actual type name
Tuple Fields§
§0: &'static strTrait Implementations§
Auto Trait Implementations§
impl Freeze for ValueConvertError
impl RefUnwindSafe for ValueConvertError
impl Send for ValueConvertError
impl Sync for ValueConvertError
impl Unpin for ValueConvertError
impl UnsafeUnpin for ValueConvertError
impl UnwindSafe for ValueConvertError
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