Enum google_cloud_rust_raw::bigtable::admin::v2::table::Snapshot_State [−][src]
pub enum Snapshot_State {
STATE_NOT_KNOWN,
READY,
CREATING,
}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 Snapshot_State
impl Send for Snapshot_State
impl Sync for Snapshot_State
impl Unpin for Snapshot_State
impl UnwindSafe for Snapshot_State
Blanket Implementations
Mutably borrows from an owned value. Read more