Enum google_cloud_rust_raw::spanner::v1::query_plan::PlanNode_Kind
source · pub enum PlanNode_Kind {
KIND_UNSPECIFIED = 0,
RELATIONAL = 1,
SCALAR = 2,
}Variants§
Trait Implementations§
source§impl Clone for PlanNode_Kind
impl Clone for PlanNode_Kind
source§fn clone(&self) -> PlanNode_Kind
fn clone(&self) -> PlanNode_Kind
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 PlanNode_Kind
impl Debug for PlanNode_Kind
source§impl Default for PlanNode_Kind
impl Default for PlanNode_Kind
source§impl Hash for PlanNode_Kind
impl Hash for PlanNode_Kind
source§impl PartialEq for PlanNode_Kind
impl PartialEq for PlanNode_Kind
source§fn eq(&self, other: &PlanNode_Kind) -> bool
fn eq(&self, other: &PlanNode_Kind) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl ProtobufEnum for PlanNode_Kind
impl ProtobufEnum for PlanNode_Kind
source§fn from_i32(value: i32) -> Option<PlanNode_Kind>
fn from_i32(value: i32) -> Option<PlanNode_Kind>
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 PlanNode_Kind
impl ProtobufValue for PlanNode_Kind
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 PlanNode_Kind
impl Eq for PlanNode_Kind
impl StructuralEq for PlanNode_Kind
impl StructuralPartialEq for PlanNode_Kind
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§
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