pub struct BuildBalanceMessageConfig {
pub use_lamports_unit: bool,
pub show_unit: bool,
pub trim_trailing_zeros: bool,
}
Fields§
§use_lamports_unit: bool
§show_unit: bool
§trim_trailing_zeros: bool
Trait Implementations§
source§impl Clone for BuildBalanceMessageConfig
impl Clone for BuildBalanceMessageConfig
source§fn clone(&self) -> BuildBalanceMessageConfig
fn clone(&self) -> BuildBalanceMessageConfig
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 more