pub struct NnsNeuronCollectionStep {
pub page: NnsNeuronListReport,
pub state: NnsNeuronCollectionState,
}Expand description
NnsNeuronCollectionStep
One admitted bounded page and the continuation state that follows it.
Fields§
§page: NnsNeuronListReportPage returned by the shared public-neuron report builder.
state: NnsNeuronCollectionStateValidated state to persist only after retaining the page.
Trait Implementations§
Source§impl Clone for NnsNeuronCollectionStep
impl Clone for NnsNeuronCollectionStep
Source§fn clone(&self) -> NnsNeuronCollectionStep
fn clone(&self) -> NnsNeuronCollectionStep
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 NnsNeuronCollectionStep
impl Debug for NnsNeuronCollectionStep
Source§impl<'de> Deserialize<'de> for NnsNeuronCollectionStep
impl<'de> Deserialize<'de> for NnsNeuronCollectionStep
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 NnsNeuronCollectionStep
Source§impl PartialEq for NnsNeuronCollectionStep
impl PartialEq for NnsNeuronCollectionStep
Source§impl Serialize for NnsNeuronCollectionStep
impl Serialize for NnsNeuronCollectionStep
impl StructuralPartialEq for NnsNeuronCollectionStep
Auto Trait Implementations§
impl Freeze for NnsNeuronCollectionStep
impl RefUnwindSafe for NnsNeuronCollectionStep
impl Send for NnsNeuronCollectionStep
impl Sync for NnsNeuronCollectionStep
impl Unpin for NnsNeuronCollectionStep
impl UnsafeUnpin for NnsNeuronCollectionStep
impl UnwindSafe for NnsNeuronCollectionStep
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