Enum automerge_wasm::error::Materialize
source · pub enum Materialize {
Export(Export),
Heads(BadChangeHashes),
}
Variants§
Trait Implementations§
source§impl Debug for Materialize
impl Debug for Materialize
source§impl Display for Materialize
impl Display for Materialize
source§impl Error for Materialize
impl Error for Materialize
source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl From<Materialize> for JsValue
impl From<Materialize> for JsValue
source§fn from(e: Materialize) -> Self
fn from(e: Materialize) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl !RefUnwindSafe for Materialize
impl !Send for Materialize
impl !Sync for Materialize
impl Unpin for Materialize
impl !UnwindSafe for Materialize
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