Struct simd_json::value::TryTypeError
source · [−]Expand description
A type error thrown by the try_* functions
Fields
expected: ValueTypeThe expected value type
got: ValueTypeThe actual value type
Auto Trait Implementations
impl RefUnwindSafe for TryTypeError
impl Send for TryTypeError
impl Sync for TryTypeError
impl Unpin for TryTypeError
impl UnwindSafe for TryTypeError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more