Enum pg_query::protobuf::CteMaterialize
source · #[repr(i32)]pub enum CteMaterialize {
CtematerializeUndefined,
Default,
Always,
Never,
}Variants§
Implementations§
Trait Implementations§
source§impl Clone for CteMaterialize
impl Clone for CteMaterialize
source§fn clone(&self) -> CteMaterialize
fn clone(&self) -> CteMaterialize
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 CteMaterialize
impl Debug for CteMaterialize
source§impl Default for CteMaterialize
impl Default for CteMaterialize
source§fn default() -> CteMaterialize
fn default() -> CteMaterialize
Returns the “default value” for a type. Read more
source§impl From<CteMaterialize> for i32
impl From<CteMaterialize> for i32
source§fn from(value: CteMaterialize) -> i32
fn from(value: CteMaterialize) -> i32
Converts to this type from the input type.
source§impl Hash for CteMaterialize
impl Hash for CteMaterialize
source§impl Ord for CteMaterialize
impl Ord for CteMaterialize
source§fn cmp(&self, other: &CteMaterialize) -> Ordering
fn cmp(&self, other: &CteMaterialize) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq<CteMaterialize> for CteMaterialize
impl PartialEq<CteMaterialize> for CteMaterialize
source§fn eq(&self, other: &CteMaterialize) -> bool
fn eq(&self, other: &CteMaterialize) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd<CteMaterialize> for CteMaterialize
impl PartialOrd<CteMaterialize> for CteMaterialize
source§fn partial_cmp(&self, other: &CteMaterialize) -> Option<Ordering>
fn partial_cmp(&self, other: &CteMaterialize) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Copy for CteMaterialize
impl Eq for CteMaterialize
impl StructuralEq for CteMaterialize
impl StructuralPartialEq for CteMaterialize
Auto Trait Implementations§
impl RefUnwindSafe for CteMaterialize
impl Send for CteMaterialize
impl Sync for CteMaterialize
impl Unpin for CteMaterialize
impl UnwindSafe for CteMaterialize
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