pub struct PolicyIdList(/* private fields */);
Implementations§
Source§impl PolicyIdList
impl PolicyIdList
Trait Implementations§
Source§impl AsRef<[ScriptHash]> for PolicyIdList
impl AsRef<[ScriptHash]> for PolicyIdList
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 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 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 LongRefFromWasmAbi for PolicyIdList
impl LongRefFromWasmAbi 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
Source§type Anchor = RcRef<PolicyIdList>
type Anchor = RcRef<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
Source§impl TryFromJsValue for PolicyIdList
impl TryFromJsValue for PolicyIdList
Source§impl VectorFromWasmAbi for PolicyIdList
impl VectorFromWasmAbi for PolicyIdList
type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi
unsafe fn vector_from_abi(js: Self::Abi) -> Box<[PolicyIdList]>
Source§impl VectorIntoJsValue for PolicyIdList
impl VectorIntoJsValue for PolicyIdList
fn vector_into_jsvalue(vector: Box<[PolicyIdList]>) -> JsValue
Source§impl VectorIntoWasmAbi for PolicyIdList
impl VectorIntoWasmAbi for PolicyIdList
type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi
fn vector_into_abi(vector: Box<[PolicyIdList]>) -> Self::Abi
Source§impl WasmDescribeVector for PolicyIdList
impl WasmDescribeVector for PolicyIdList
impl SupportsConstructor for PolicyIdList
impl SupportsInstanceProperty for PolicyIdList
impl SupportsStaticProperty for PolicyIdList
Auto Trait Implementations§
impl Freeze for PolicyIdList
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> 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
.