pub enum EnableState {
Enabled,
Disabled,
}
Expand description
States for features or flags.
Variants
Enabled
The feature or flag is enabled.
Disabled
The feature or flag is disabled.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for EnableState
impl Send for EnableState
impl Sync for EnableState
impl Unpin for EnableState
impl UnwindSafe for EnableState
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key
and return true
if they are equal.
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