Struct sugar_cli::config::guard_data::FreezeSolPayment
source · Fields§
§value: f64§destination: PubkeyImplementations§
source§impl FreezeSolPayment
impl FreezeSolPayment
pub fn to_guard_format(&self) -> Result<FreezeSolPayment>
Trait Implementations§
source§impl Clone for FreezeSolPayment
impl Clone for FreezeSolPayment
source§fn clone(&self) -> FreezeSolPayment
fn clone(&self) -> FreezeSolPayment
Returns a copy of the value. Read more
1.0.0 · 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 FreezeSolPayment
impl Debug for FreezeSolPayment
source§impl Default for FreezeSolPayment
impl Default for FreezeSolPayment
source§fn default() -> FreezeSolPayment
fn default() -> FreezeSolPayment
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for FreezeSolPayment
impl<'de> Deserialize<'de> for FreezeSolPayment
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