pub struct ValueTypeMismatchError;Expand description
An error used in all TryFrom<Value> implementations for Rust types (i32, F32, Ref, …)
Trait Implementations§
Source§impl Debug for ValueTypeMismatchError
impl Debug for ValueTypeMismatchError
Source§impl Display for ValueTypeMismatchError
impl Display for ValueTypeMismatchError
Source§impl PartialEq for ValueTypeMismatchError
impl PartialEq for ValueTypeMismatchError
impl Eq for ValueTypeMismatchError
impl StructuralPartialEq for ValueTypeMismatchError
Auto Trait Implementations§
impl Freeze for ValueTypeMismatchError
impl RefUnwindSafe for ValueTypeMismatchError
impl Send for ValueTypeMismatchError
impl Sync for ValueTypeMismatchError
impl Unpin for ValueTypeMismatchError
impl UnwindSafe for ValueTypeMismatchError
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