pub struct BuildBalanceMessageConfig {
pub use_lamports_unit: bool,
pub show_unit: bool,
pub trim_trailing_zeros: bool,
}Fields
use_lamports_unit: boolshow_unit: booltrim_trailing_zeros: boolTrait Implementations
sourceimpl Clone for BuildBalanceMessageConfig
impl Clone for BuildBalanceMessageConfig
sourcefn clone(&self) -> BuildBalanceMessageConfig
fn clone(&self) -> BuildBalanceMessageConfig
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl 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
impl<T> AbiExample for T
impl<T> AbiExample for T
default fn example() -> T
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more