Enum google_cloud_rust_raw::bigtable::admin::v2::instance::Cluster_State
source · pub enum Cluster_State {
STATE_NOT_KNOWN,
READY,
CREATING,
RESIZING,
DISABLED,
}Variants
STATE_NOT_KNOWN
READY
CREATING
RESIZING
DISABLED
Trait Implementations
sourceimpl Clone for Cluster_State
impl Clone for Cluster_State
sourcefn clone(&self) -> Cluster_State
fn clone(&self) -> Cluster_State
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 Debug for Cluster_State
impl Debug for Cluster_State
sourceimpl Default for Cluster_State
impl Default for Cluster_State
sourceimpl Hash for Cluster_State
impl Hash for Cluster_State
sourceimpl PartialEq<Cluster_State> for Cluster_State
impl PartialEq<Cluster_State> for Cluster_State
sourcefn eq(&self, other: &Cluster_State) -> bool
fn eq(&self, other: &Cluster_State) -> bool
sourceimpl ProtobufEnum for Cluster_State
impl ProtobufEnum for Cluster_State
sourcefn from_i32(value: i32) -> Option<Cluster_State>
fn from_i32(value: i32) -> Option<Cluster_State>
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 Cluster_State
impl ProtobufValue for Cluster_State
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 Cluster_State
impl Eq for Cluster_State
impl StructuralEq for Cluster_State
impl StructuralPartialEq for Cluster_State
Auto Trait Implementations
impl RefUnwindSafe for Cluster_State
impl Send for Cluster_State
impl Sync for Cluster_State
impl Unpin for Cluster_State
impl UnwindSafe for Cluster_State
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