Struct cardano_serialization_lib::error::JsError
source · [−]pub struct JsError { /* private fields */ }
Implementations
Trait Implementations
sourceimpl From<DeserializeError> for JsError
impl From<DeserializeError> for JsError
sourcefn from(e: DeserializeError) -> JsError
fn from(e: DeserializeError) -> JsError
Converts to this type from the input type.
Auto Trait Implementations
impl RefUnwindSafe for JsError
impl Send for JsError
impl Sync for JsError
impl Unpin for JsError
impl UnwindSafe for JsError
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