Struct solana_cli_output::display::BuildBalanceMessageConfig [−][src]
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
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
pub default fn example() -> T
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
