pub struct NnsGovernanceMaturityModulationReport {
pub context: NnsGovernanceReportContext,
pub maturity_modulation: Option<NnsGovernanceMaturityModulation>,
}Expand description
NnsGovernanceMaturityModulationReport
Serializable live snapshot of NNS maturity modulation.
Fields§
§context: NnsGovernanceReportContextShared Governance query provenance.
maturity_modulation: Option<NnsGovernanceMaturityModulation>Current modulation when Governance supplies it.
Trait Implementations§
Source§impl Clone for NnsGovernanceMaturityModulationReport
impl Clone for NnsGovernanceMaturityModulationReport
Source§fn clone(&self) -> NnsGovernanceMaturityModulationReport
fn clone(&self) -> NnsGovernanceMaturityModulationReport
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<'de> Deserialize<'de> for NnsGovernanceMaturityModulationReport
impl<'de> Deserialize<'de> for NnsGovernanceMaturityModulationReport
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 NnsGovernanceMaturityModulationReport
impl StructuralPartialEq for NnsGovernanceMaturityModulationReport
Auto Trait Implementations§
impl Freeze for NnsGovernanceMaturityModulationReport
impl RefUnwindSafe for NnsGovernanceMaturityModulationReport
impl Send for NnsGovernanceMaturityModulationReport
impl Sync for NnsGovernanceMaturityModulationReport
impl Unpin for NnsGovernanceMaturityModulationReport
impl UnsafeUnpin for NnsGovernanceMaturityModulationReport
impl UnwindSafe for NnsGovernanceMaturityModulationReport
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