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