pub struct JsError { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl From<DeserializeError> for JsError
impl From<DeserializeError> for JsError
Source§fn from(e: DeserializeError) -> JsError
fn from(e: DeserializeError) -> JsError
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for JsError
impl RefUnwindSafe for JsError
impl Send for JsError
impl Sync for JsError
impl Unpin for JsError
impl UnwindSafe for JsError
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