Enum google_cloud_rust_raw::spanner::v1::query_plan::PlanNode_Kind [−][src]
pub enum PlanNode_Kind {
KIND_UNSPECIFIED,
RELATIONAL,
SCALAR,
}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 PlanNode_Kind
impl Send for PlanNode_Kind
impl Sync for PlanNode_Kind
impl Unpin for PlanNode_Kind
impl UnwindSafe for PlanNode_Kind
Blanket Implementations
Mutably borrows from an owned value. Read more