Struct shuttle_core::InflationOperation
[−]
[src]
pub struct InflationOperation {
pub source: Option<PublicKey>,
}Generate inflation.
Fields
source: Option<PublicKey>
The source account for the operation.
Trait Implementations
impl Debug for InflationOperation[src]
impl Clone for InflationOperation[src]
fn clone(&self) -> InflationOperation[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl PartialEq for InflationOperation[src]
fn eq(&self, __arg_0: &InflationOperation) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &InflationOperation) -> bool[src]
This method tests for !=.