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