Struct cml_chain_wasm::CertificateList
source · pub struct CertificateList(/* private fields */);Implementations§
Trait Implementations§
source§impl AsRef<Vec<Certificate>> for CertificateList
impl AsRef<Vec<Certificate>> for CertificateList
source§fn as_ref(&self) -> &Vec<Certificate>
fn as_ref(&self) -> &Vec<Certificate>
Converts this type into a shared reference of the (usually inferred) input type.
source§impl Clone for CertificateList
impl Clone for CertificateList
source§fn clone(&self) -> CertificateList
fn clone(&self) -> CertificateList
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 CertificateList
impl Debug for CertificateList
source§impl From<CertificateList> for JsValue
impl From<CertificateList> for JsValue
source§fn from(value: CertificateList) -> Self
fn from(value: CertificateList) -> Self
Converts to this type from the input type.
source§impl From<Vec<Certificate>> for CertificateList
impl From<Vec<Certificate>> for CertificateList
source§fn from(native: Vec<Certificate>) -> Self
fn from(native: Vec<Certificate>) -> Self
Converts to this type from the input type.
source§impl FromWasmAbi for CertificateList
impl FromWasmAbi for CertificateList
source§impl Into<Vec<Certificate>> for CertificateList
impl Into<Vec<Certificate>> for CertificateList
source§fn into(self) -> Vec<Certificate>
fn into(self) -> Vec<Certificate>
Converts this type into the (usually inferred) input type.
source§impl IntoWasmAbi for CertificateList
impl IntoWasmAbi for CertificateList
source§impl OptionFromWasmAbi for CertificateList
impl OptionFromWasmAbi for CertificateList
source§impl OptionIntoWasmAbi for CertificateList
impl OptionIntoWasmAbi for CertificateList
source§impl RefFromWasmAbi for CertificateList
impl RefFromWasmAbi for CertificateList
§type Anchor = Ref<'static, CertificateList>
type Anchor = Ref<'static, CertificateList>
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 CertificateList
impl RefMutFromWasmAbi for CertificateList
Auto Trait Implementations§
impl Freeze for CertificateList
impl RefUnwindSafe for CertificateList
impl Send for CertificateList
impl Sync for CertificateList
impl Unpin for CertificateList
impl UnwindSafe for CertificateList
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::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.