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