Enum solana_cli::cli::SettingType [−][src]
pub enum SettingType {
Explicit,
Computed,
SystemDefault,
}Variants
Explicit
Computed
SystemDefault
Auto Trait Implementations
impl RefUnwindSafe for SettingType
impl Send for SettingType
impl Sync for SettingType
impl Unpin for SettingType
impl UnwindSafe for SettingType
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
