pub enum ServerStatus {
OK,
PERFSTANDBY,
RECOVERY,
SEALED,
STANDBY,
UNINITIALIZED,
UNKNOWN,
}
Expand description
Represents the status of a Vault server.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ServerStatus
impl RefUnwindSafe for ServerStatus
impl Send for ServerStatus
impl Sync for ServerStatus
impl Unpin for ServerStatus
impl UnwindSafe for ServerStatus
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more