pub struct JsMorpheusSignedOperation { /* private fields */ }
Expand description
A set of SSI operations already signed by a key that had update rights on all DIDs altered by the operations.
Implementations§
Trait Implementations§
Source§impl From<JsMorpheusSignedOperation> for JsValue
impl From<JsMorpheusSignedOperation> for JsValue
Source§fn from(value: JsMorpheusSignedOperation) -> Self
fn from(value: JsMorpheusSignedOperation) -> Self
Converts to this type from the input type.
Source§impl From<SignedOperation> for JsMorpheusSignedOperation
impl From<SignedOperation> for JsMorpheusSignedOperation
Source§fn from(inner: SignedOperation) -> Self
fn from(inner: SignedOperation) -> Self
Converts to this type from the input type.
Source§impl RefFromWasmAbi for JsMorpheusSignedOperation
impl RefFromWasmAbi for JsMorpheusSignedOperation
Source§type Anchor = RcRef<JsMorpheusSignedOperation>
type Anchor = RcRef<JsMorpheusSignedOperation>
The type that holds the reference to
Self
for the duration of the
invocation of the function that has an &Self
parameter. This is
required to ensure that the lifetimes don’t persist beyond one function
call, and so that they remain anonymous.Source§impl VectorFromWasmAbi for JsMorpheusSignedOperation
impl VectorFromWasmAbi for JsMorpheusSignedOperation
type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi
unsafe fn vector_from_abi(js: Self::Abi) -> Box<[JsMorpheusSignedOperation]>
Source§impl VectorIntoJsValue for JsMorpheusSignedOperation
impl VectorIntoJsValue for JsMorpheusSignedOperation
fn vector_into_jsvalue(vector: Box<[JsMorpheusSignedOperation]>) -> JsValue
Source§impl VectorIntoWasmAbi for JsMorpheusSignedOperation
impl VectorIntoWasmAbi for JsMorpheusSignedOperation
type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi
fn vector_into_abi(vector: Box<[JsMorpheusSignedOperation]>) -> Self::Abi
Source§impl WasmDescribeVector for JsMorpheusSignedOperation
impl WasmDescribeVector for JsMorpheusSignedOperation
Source§impl Wraps<SignedOperation> for JsMorpheusSignedOperation
impl Wraps<SignedOperation> for JsMorpheusSignedOperation
Source§fn inner(&self) -> &SignedOperation
fn inner(&self) -> &SignedOperation
Converts a reference to a WASM type to a reference to the underlying Rust type.
impl SupportsConstructor for JsMorpheusSignedOperation
impl SupportsInstanceProperty for JsMorpheusSignedOperation
impl SupportsStaticProperty for JsMorpheusSignedOperation
Auto Trait Implementations§
impl Freeze for JsMorpheusSignedOperation
impl RefUnwindSafe for JsMorpheusSignedOperation
impl Send for JsMorpheusSignedOperation
impl Sync for JsMorpheusSignedOperation
impl Unpin for JsMorpheusSignedOperation
impl UnwindSafe for JsMorpheusSignedOperation
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
Source§impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
Source§type Abi = <T as IntoWasmAbi>::Abi
type Abi = <T as IntoWasmAbi>::Abi
Same as
IntoWasmAbi::Abi
Source§fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
Same as
IntoWasmAbi::into_abi
, except that it may throw and never
return in the case of Err
.