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