pub struct TransactionMetadatumLabels(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for TransactionMetadatumLabels
impl Clone for TransactionMetadatumLabels
Source§fn clone(&self) -> TransactionMetadatumLabels
fn clone(&self) -> TransactionMetadatumLabels
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TransactionMetadatumLabels
impl Debug for TransactionMetadatumLabels
Source§impl From<TransactionMetadatumLabels> for JsValue
impl From<TransactionMetadatumLabels> for JsValue
Source§fn from(value: TransactionMetadatumLabels) -> Self
fn from(value: TransactionMetadatumLabels) -> Self
Converts to this type from the input type.
Source§impl From<TransactionMetadatumLabels> for Vec<TransactionMetadatumLabel>
impl From<TransactionMetadatumLabels> for Vec<TransactionMetadatumLabel>
Source§fn from(wrapper: TransactionMetadatumLabels) -> Self
fn from(wrapper: TransactionMetadatumLabels) -> Self
Converts to this type from the input type.
Source§impl From<Vec<u64>> for TransactionMetadatumLabels
impl From<Vec<u64>> for TransactionMetadatumLabels
Source§fn from(native: Vec<TransactionMetadatumLabel>) -> Self
fn from(native: Vec<TransactionMetadatumLabel>) -> Self
Converts to this type from the input type.
Source§impl RefFromWasmAbi for TransactionMetadatumLabels
impl RefFromWasmAbi for TransactionMetadatumLabels
Source§type Anchor = RcRef<TransactionMetadatumLabels>
type Anchor = RcRef<TransactionMetadatumLabels>
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 TransactionMetadatumLabels
impl VectorFromWasmAbi for TransactionMetadatumLabels
type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi
unsafe fn vector_from_abi(js: Self::Abi) -> Box<[TransactionMetadatumLabels]>
Source§impl VectorIntoJsValue for TransactionMetadatumLabels
impl VectorIntoJsValue for TransactionMetadatumLabels
fn vector_into_jsvalue(vector: Box<[TransactionMetadatumLabels]>) -> JsValue
Source§impl VectorIntoWasmAbi for TransactionMetadatumLabels
impl VectorIntoWasmAbi for TransactionMetadatumLabels
type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi
fn vector_into_abi(vector: Box<[TransactionMetadatumLabels]>) -> Self::Abi
Source§impl WasmDescribeVector for TransactionMetadatumLabels
impl WasmDescribeVector for TransactionMetadatumLabels
impl SupportsConstructor for TransactionMetadatumLabels
impl SupportsInstanceProperty for TransactionMetadatumLabels
impl SupportsStaticProperty for TransactionMetadatumLabels
Auto Trait Implementations§
impl Freeze for TransactionMetadatumLabels
impl RefUnwindSafe for TransactionMetadatumLabels
impl Send for TransactionMetadatumLabels
impl Sync for TransactionMetadatumLabels
impl Unpin for TransactionMetadatumLabels
impl UnwindSafe for TransactionMetadatumLabels
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> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§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::AbiSource§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.