pub struct VkeywitnessList(/* private fields */);Implementations§
Source§impl VkeywitnessList
impl VkeywitnessList
pub fn add(&mut self, elem: &Vkeywitness)
Trait Implementations§
Source§impl AsRef<[Vkeywitness]> for VkeywitnessList
impl AsRef<[Vkeywitness]> for VkeywitnessList
Source§fn as_ref(&self) -> &[Vkeywitness]
fn as_ref(&self) -> &[Vkeywitness]
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<Vec<Vkeywitness>> for VkeywitnessList
impl AsRef<Vec<Vkeywitness>> for VkeywitnessList
Source§fn as_ref(&self) -> &Vec<Vkeywitness>
fn as_ref(&self) -> &Vec<Vkeywitness>
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for VkeywitnessList
impl Clone for VkeywitnessList
Source§fn clone(&self) -> VkeywitnessList
fn clone(&self) -> VkeywitnessList
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 VkeywitnessList
impl Debug for VkeywitnessList
Source§impl From<NonemptySet<Vkeywitness>> for VkeywitnessList
impl From<NonemptySet<Vkeywitness>> for VkeywitnessList
Source§fn from(native: NonemptySetVkeywitness) -> Self
fn from(native: NonemptySetVkeywitness) -> Self
Converts to this type from the input type.
Source§impl From<Vec<Vkeywitness>> for VkeywitnessList
impl From<Vec<Vkeywitness>> for VkeywitnessList
Source§fn from(native: Vec<Vkeywitness>) -> Self
fn from(native: Vec<Vkeywitness>) -> Self
Converts to this type from the input type.
Source§impl From<VkeywitnessList> for JsValue
impl From<VkeywitnessList> for JsValue
Source§fn from(value: VkeywitnessList) -> Self
fn from(value: VkeywitnessList) -> Self
Converts to this type from the input type.
Source§impl FromWasmAbi for VkeywitnessList
impl FromWasmAbi for VkeywitnessList
Source§impl Into<NonemptySet<Vkeywitness>> for VkeywitnessList
impl Into<NonemptySet<Vkeywitness>> for VkeywitnessList
Source§fn into(self) -> NonemptySetVkeywitness
fn into(self) -> NonemptySetVkeywitness
Converts this type into the (usually inferred) input type.
Source§impl Into<Vec<Vkeywitness>> for VkeywitnessList
impl Into<Vec<Vkeywitness>> for VkeywitnessList
Source§fn into(self) -> Vec<Vkeywitness>
fn into(self) -> Vec<Vkeywitness>
Converts this type into the (usually inferred) input type.
Source§impl IntoWasmAbi for VkeywitnessList
impl IntoWasmAbi for VkeywitnessList
Source§impl LongRefFromWasmAbi for VkeywitnessList
impl LongRefFromWasmAbi for VkeywitnessList
Source§impl OptionFromWasmAbi for VkeywitnessList
impl OptionFromWasmAbi for VkeywitnessList
Source§impl OptionIntoWasmAbi for VkeywitnessList
impl OptionIntoWasmAbi for VkeywitnessList
Source§impl RefFromWasmAbi for VkeywitnessList
impl RefFromWasmAbi for VkeywitnessList
Source§type Anchor = RcRef<VkeywitnessList>
type Anchor = RcRef<VkeywitnessList>
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 RefMutFromWasmAbi for VkeywitnessList
impl RefMutFromWasmAbi for VkeywitnessList
Source§impl TryFromJsValue for VkeywitnessList
impl TryFromJsValue for VkeywitnessList
Source§impl VectorFromWasmAbi for VkeywitnessList
impl VectorFromWasmAbi for VkeywitnessList
type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi
unsafe fn vector_from_abi(js: Self::Abi) -> Box<[VkeywitnessList]>
Source§impl VectorIntoJsValue for VkeywitnessList
impl VectorIntoJsValue for VkeywitnessList
fn vector_into_jsvalue(vector: Box<[VkeywitnessList]>) -> JsValue
Source§impl VectorIntoWasmAbi for VkeywitnessList
impl VectorIntoWasmAbi for VkeywitnessList
type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi
fn vector_into_abi(vector: Box<[VkeywitnessList]>) -> Self::Abi
Source§impl WasmDescribeVector for VkeywitnessList
impl WasmDescribeVector for VkeywitnessList
impl SupportsConstructor for VkeywitnessList
impl SupportsInstanceProperty for VkeywitnessList
impl SupportsStaticProperty for VkeywitnessList
Auto Trait Implementations§
impl Freeze for VkeywitnessList
impl RefUnwindSafe for VkeywitnessList
impl Send for VkeywitnessList
impl Sync for VkeywitnessList
impl Unpin for VkeywitnessList
impl UnwindSafe for VkeywitnessList
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.