Enum cloud_storage::hmac_key::HmacState
source · [−]pub enum HmacState {
Active,
Inactive,
Deleted,
}Expand description
The state of an Hmac Key.
Variants
Active
This Hmac key is currently used.
Inactive
This Hmac key has been set to inactive.
Deleted
This Hmac key has been permanently deleted.
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for HmacState
impl UnwindSafe for HmacState
Blanket Implementations
Mutably borrows from an owned value. Read more
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