pub struct NnsGovernanceMaturityModulation {
pub current_value_permyriad: Option<i32>,
pub updated_at_timestamp_seconds: Option<u64>,
}Expand description
NnsGovernanceMaturityModulation
Current native NNS Governance maturity-modulation value.
Fields§
§current_value_permyriad: Option<i32>Current signed modulation in permyriad when supplied.
updated_at_timestamp_seconds: Option<u64>Last update timestamp in Unix seconds when supplied.
Trait Implementations§
Source§impl Clone for NnsGovernanceMaturityModulation
impl Clone for NnsGovernanceMaturityModulation
Source§fn clone(&self) -> NnsGovernanceMaturityModulation
fn clone(&self) -> NnsGovernanceMaturityModulation
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 NnsGovernanceMaturityModulation
impl<'de> Deserialize<'de> for NnsGovernanceMaturityModulation
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 NnsGovernanceMaturityModulation
impl StructuralPartialEq for NnsGovernanceMaturityModulation
Auto Trait Implementations§
impl Freeze for NnsGovernanceMaturityModulation
impl RefUnwindSafe for NnsGovernanceMaturityModulation
impl Send for NnsGovernanceMaturityModulation
impl Sync for NnsGovernanceMaturityModulation
impl Unpin for NnsGovernanceMaturityModulation
impl UnsafeUnpin for NnsGovernanceMaturityModulation
impl UnwindSafe for NnsGovernanceMaturityModulation
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