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