Struct cml_chain_wasm::BootstrapWitnessList
source · pub struct BootstrapWitnessList(/* private fields */);
Implementations§
Trait Implementations§
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<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<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
§type Anchor = Ref<'static, BootstrapWitnessList>
type Anchor = Ref<'static, 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.Auto Trait Implementations§
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> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
§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
.