pub struct NnsProposalCollectionStep {
pub page: NnsProposalListReport,
pub state: NnsProposalCollectionState,
}Expand description
NnsProposalCollectionStep
One admitted bounded page and the continuation state that follows it.
Fields§
§page: NnsProposalListReportUnfiltered page returned by the shared proposal report builder.
state: NnsProposalCollectionStateValidated state to persist only after retaining the page.
Trait Implementations§
Source§impl Clone for NnsProposalCollectionStep
impl Clone for NnsProposalCollectionStep
Source§fn clone(&self) -> NnsProposalCollectionStep
fn clone(&self) -> NnsProposalCollectionStep
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 NnsProposalCollectionStep
impl Debug for NnsProposalCollectionStep
Source§impl<'de> Deserialize<'de> for NnsProposalCollectionStep
impl<'de> Deserialize<'de> for NnsProposalCollectionStep
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for NnsProposalCollectionStep
impl StructuralPartialEq for NnsProposalCollectionStep
Auto Trait Implementations§
impl Freeze for NnsProposalCollectionStep
impl RefUnwindSafe for NnsProposalCollectionStep
impl Send for NnsProposalCollectionStep
impl Sync for NnsProposalCollectionStep
impl Unpin for NnsProposalCollectionStep
impl UnsafeUnpin for NnsProposalCollectionStep
impl UnwindSafe for NnsProposalCollectionStep
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