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