pub enum Table_ClusterState_ReplicationState {
STATE_NOT_KNOWN,
INITIALIZING,
PLANNED_MAINTENANCE,
UNPLANNED_MAINTENANCE,
READY,
}Variants
STATE_NOT_KNOWN
INITIALIZING
PLANNED_MAINTENANCE
UNPLANNED_MAINTENANCE
READY
Trait Implementations
sourceimpl Clone for Table_ClusterState_ReplicationState
impl Clone for Table_ClusterState_ReplicationState
sourcefn clone(&self) -> Table_ClusterState_ReplicationState
fn clone(&self) -> Table_ClusterState_ReplicationState
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl PartialEq<Table_ClusterState_ReplicationState> for Table_ClusterState_ReplicationState
impl PartialEq<Table_ClusterState_ReplicationState> for Table_ClusterState_ReplicationState
sourcefn eq(&self, other: &Table_ClusterState_ReplicationState) -> bool
fn eq(&self, other: &Table_ClusterState_ReplicationState) -> bool
sourceimpl ProtobufEnum for Table_ClusterState_ReplicationState
impl ProtobufEnum for Table_ClusterState_ReplicationState
sourcefn from_i32(value: i32) -> Option<Table_ClusterState_ReplicationState>
fn from_i32(value: i32) -> Option<Table_ClusterState_ReplicationState>
sourcefn enum_descriptor_static() -> &'static EnumDescriptor
fn enum_descriptor_static() -> &'static EnumDescriptor
Get enum descriptor by type.
sourcefn descriptor(&self) -> &'static EnumValueDescriptor
fn descriptor(&self) -> &'static EnumValueDescriptor
Get enum value descriptor.
sourcefn enum_descriptor(&self) -> &'static EnumDescriptor
fn enum_descriptor(&self) -> &'static EnumDescriptor
Get enum descriptor.
sourceimpl ProtobufValue for Table_ClusterState_ReplicationState
impl ProtobufValue for Table_ClusterState_ReplicationState
sourcefn as_ref(&self) -> ReflectValueRef<'_>
fn as_ref(&self) -> ReflectValueRef<'_>
As ref
sourcefn is_non_zero(&self) -> bool
fn is_non_zero(&self) -> bool
Is value non-zero?
sourcefn as_ref_copy(&self) -> ReflectValueRef<'static>
fn as_ref_copy(&self) -> ReflectValueRef<'static>
impl Copy for Table_ClusterState_ReplicationState
impl Eq for Table_ClusterState_ReplicationState
impl StructuralEq for Table_ClusterState_ReplicationState
impl StructuralPartialEq for Table_ClusterState_ReplicationState
Auto Trait Implementations
impl RefUnwindSafe for Table_ClusterState_ReplicationState
impl Send for Table_ClusterState_ReplicationState
impl Sync for Table_ClusterState_ReplicationState
impl Unpin for Table_ClusterState_ReplicationState
impl UnwindSafe for Table_ClusterState_ReplicationState
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more