Struct automerge_wasm::error::BadActorId
source · pub struct BadActorId(_);
Trait Implementations§
source§impl Debug for BadActorId
impl Debug for BadActorId
source§impl Display for BadActorId
impl Display for BadActorId
source§impl Error for BadActorId
impl Error for BadActorId
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<BadActorId> for Fork
impl From<BadActorId> for Fork
source§fn from(source: BadActorId) -> Self
fn from(source: BadActorId) -> Self
Converts to this type from the input type.
source§impl From<BadActorId> for JsValue
impl From<BadActorId> for JsValue
source§fn from(s: BadActorId) -> Self
fn from(s: BadActorId) -> Self
Converts to this type from the input type.
source§impl From<BadActorId> for Load
impl From<BadActorId> for Load
source§fn from(source: BadActorId) -> Self
fn from(source: BadActorId) -> Self
Converts to this type from the input type.
source§impl From<FromHexError> for BadActorId
impl From<FromHexError> for BadActorId
source§fn from(source: FromHexError) -> Self
fn from(source: FromHexError) -> Self
Converts to this type from the input type.