Enum google_cloud_rust_raw::bigtable::admin::v2::table::Table_View
source · pub enum Table_View {
VIEW_UNSPECIFIED,
NAME_ONLY,
SCHEMA_VIEW,
REPLICATION_VIEW,
FULL,
}Variants
VIEW_UNSPECIFIED
NAME_ONLY
SCHEMA_VIEW
REPLICATION_VIEW
FULL
Trait Implementations
sourceimpl Clone for Table_View
impl Clone for Table_View
sourcefn clone(&self) -> Table_View
fn clone(&self) -> Table_View
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 Table_View
impl Debug for Table_View
sourceimpl Default for Table_View
impl Default for Table_View
sourceimpl Hash for Table_View
impl Hash for Table_View
sourceimpl PartialEq<Table_View> for Table_View
impl PartialEq<Table_View> for Table_View
sourcefn eq(&self, other: &Table_View) -> bool
fn eq(&self, other: &Table_View) -> bool
sourceimpl ProtobufEnum for Table_View
impl ProtobufEnum for Table_View
sourcefn from_i32(value: i32) -> Option<Table_View>
fn from_i32(value: i32) -> Option<Table_View>
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_View
impl ProtobufValue for Table_View
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_View
impl Eq for Table_View
impl StructuralEq for Table_View
impl StructuralPartialEq for Table_View
Auto Trait Implementations
impl RefUnwindSafe for Table_View
impl Send for Table_View
impl Sync for Table_View
impl Unpin for Table_View
impl UnwindSafe for Table_View
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