Enum google_cloud_rust_raw::bigtable::admin::v2::table::Backup_State [−][src]
pub enum Backup_State {
STATE_UNSPECIFIED,
CREATING,
READY,
}Variants
Trait Implementations
Try to create an enum from i32 value.
Return None if value is unknown. Read more
Get all enum values for enum type.
Get enum descriptor by type.
Get enum value descriptor.
Get enum descriptor.
Auto Trait Implementations
impl RefUnwindSafe for Backup_State
impl Send for Backup_State
impl Sync for Backup_State
impl Unpin for Backup_State
impl UnwindSafe for Backup_State
Blanket Implementations
Mutably borrows from an owned value. Read more