Enum bitcoin_argsman::OptionsCategory
source · pub enum OptionsCategory {
Show 14 variants
OPTIONS,
CONNECTION,
WALLET,
WALLET_DEBUG_TEST,
ZMQ,
DEBUG_TEST,
CHAINPARAMS,
NODE_RELAY,
BLOCK_CREATION,
RPC,
GUI,
COMMANDS,
REGISTER_COMMANDS,
HIDDEN,
}Variants§
OPTIONS
CONNECTION
WALLET
WALLET_DEBUG_TEST
ZMQ
DEBUG_TEST
CHAINPARAMS
NODE_RELAY
BLOCK_CREATION
RPC
GUI
COMMANDS
REGISTER_COMMANDS
HIDDEN
| Always the last option to avoid printing | these in the help |
Trait Implementations§
source§impl Hash for OptionsCategory
impl Hash for OptionsCategory
source§impl Ord for OptionsCategory
impl Ord for OptionsCategory
source§fn cmp(&self, other: &OptionsCategory) -> Ordering
fn cmp(&self, other: &OptionsCategory) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq<OptionsCategory> for OptionsCategory
impl PartialEq<OptionsCategory> for OptionsCategory
source§fn eq(&self, other: &OptionsCategory) -> bool
fn eq(&self, other: &OptionsCategory) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd<OptionsCategory> for OptionsCategory
impl PartialOrd<OptionsCategory> for OptionsCategory
source§fn partial_cmp(&self, other: &OptionsCategory) -> Option<Ordering>
fn partial_cmp(&self, other: &OptionsCategory) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Eq for OptionsCategory
impl StructuralEq for OptionsCategory
impl StructuralPartialEq for OptionsCategory
Auto Trait Implementations§
impl RefUnwindSafe for OptionsCategory
impl Send for OptionsCategory
impl Sync for OptionsCategory
impl Unpin for OptionsCategory
impl UnwindSafe for OptionsCategory
Blanket Implementations§
§impl<T, U> CastInto<U> for Twhere
U: CastFrom<T>,
impl<T, U> CastInto<U> for Twhere U: CastFrom<T>,
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.§impl<T> Pointable for T
impl<T> Pointable for T
§impl<T> StaticUpcast<T> for T
impl<T> StaticUpcast<T> for T
§unsafe fn static_upcast(ptr: Ptr<T>) -> Ptr<T>
unsafe fn static_upcast(ptr: Ptr<T>) -> Ptr<T>
Convert type of a const pointer. Read more