Enum google_cloud_rust_raw::spanner::admin::database::v1::backup::Backup_State
source · pub enum Backup_State {
STATE_UNSPECIFIED = 0,
CREATING = 1,
READY = 2,
}Variants§
Trait Implementations§
source§impl Clone for Backup_State
impl Clone for Backup_State
source§fn clone(&self) -> Backup_State
fn clone(&self) -> Backup_State
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for Backup_State
impl Debug for Backup_State
source§impl Default for Backup_State
impl Default for Backup_State
source§impl Hash for Backup_State
impl Hash for Backup_State
source§impl PartialEq for Backup_State
impl PartialEq for Backup_State
source§fn eq(&self, other: &Backup_State) -> bool
fn eq(&self, other: &Backup_State) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl ProtobufEnum for Backup_State
impl ProtobufEnum for Backup_State
source§fn from_i32(value: i32) -> Option<Backup_State>
fn from_i32(value: i32) -> Option<Backup_State>
Try to create an enum from
i32 value.
Return None if value is unknown.source§fn enum_descriptor_static() -> &'static EnumDescriptor
fn enum_descriptor_static() -> &'static EnumDescriptor
Get enum descriptor by type.
source§fn descriptor(&self) -> &'static EnumValueDescriptor
fn descriptor(&self) -> &'static EnumValueDescriptor
Get enum value descriptor.
source§fn enum_descriptor(&self) -> &'static EnumDescriptor
fn enum_descriptor(&self) -> &'static EnumDescriptor
Get enum descriptor.
source§impl ProtobufValue for Backup_State
impl ProtobufValue for Backup_State
source§fn as_ref(&self) -> ReflectValueRef<'_>
fn as_ref(&self) -> ReflectValueRef<'_>
As ref
source§fn is_non_zero(&self) -> bool
fn is_non_zero(&self) -> bool
Is value non-zero?
source§fn as_ref_copy(&self) -> ReflectValueRef<'static>
fn as_ref_copy(&self) -> ReflectValueRef<'static>
impl Copy for Backup_State
impl Eq for Backup_State
impl StructuralEq for Backup_State
impl StructuralPartialEq for Backup_State
Auto Trait Implementations§
impl RefUnwindSafe for Backup_State
impl Send for Backup_State
impl Sync for Backup_State
impl Unpin for Backup_State
impl UnwindSafe for Backup_State
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more