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: boolTrait 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 moresource§impl Debug for BuildBalanceMessageConfig
impl Debug for BuildBalanceMessageConfig
Auto Trait Implementations§
impl RefUnwindSafe for BuildBalanceMessageConfig
impl Send for BuildBalanceMessageConfig
impl Sync for BuildBalanceMessageConfig
impl Unpin for BuildBalanceMessageConfig
impl UnwindSafe for BuildBalanceMessageConfig
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