Enum google_cloud_rust_raw::bigtable::admin::v2::table::Table_View [−][src]
pub enum Table_View {
VIEW_UNSPECIFIED,
NAME_ONLY,
SCHEMA_VIEW,
REPLICATION_VIEW,
ENCRYPTION_VIEW,
FULL,
}Variants
Trait Implementations
Try to create an enum from i32 value.
Return None if value is unknown. Read more
Get all enum values for enum type.
Get enum descriptor by type.
Get enum value descriptor.
Get enum descriptor.
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
Mutably borrows from an owned value. Read more