Enum sqlparser::ast::ObjectType  
source · pub enum ObjectType {
    Table,
    View,
    Index,
    Schema,
    Role,
    Sequence,
    Stage,
}Variants§
Trait Implementations§
source§impl Clone for ObjectType
 
impl Clone for ObjectType
source§fn clone(&self) -> ObjectType
 
fn clone(&self) -> ObjectType
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 ObjectType
 
impl Debug for ObjectType
source§impl<'de> Deserialize<'de> for ObjectType
 
impl<'de> Deserialize<'de> for ObjectType
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
    __D: Deserializer<'de>,
 
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
    __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Display for ObjectType
 
impl Display for ObjectType
source§impl Hash for ObjectType
 
impl Hash for ObjectType
source§impl Ord for ObjectType
 
impl Ord for ObjectType
source§fn cmp(&self, other: &ObjectType) -> Ordering
 
fn cmp(&self, other: &ObjectType) -> 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 for ObjectType
 
impl PartialEq for ObjectType
source§fn eq(&self, other: &ObjectType) -> bool
 
fn eq(&self, other: &ObjectType) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl PartialOrd for ObjectType
 
impl PartialOrd for ObjectType
source§fn partial_cmp(&self, other: &ObjectType) -> Option<Ordering>
 
fn partial_cmp(&self, other: &ObjectType) -> 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 moresource§impl Serialize for ObjectType
 
impl Serialize for ObjectType
source§impl Visit for ObjectType
 
impl Visit for ObjectType
source§impl VisitMut for ObjectType
 
impl VisitMut for ObjectType
fn visit<V: VisitorMut>(&mut self, visitor: &mut V) -> ControlFlow<V::Break>
impl Copy for ObjectType
impl Eq for ObjectType
impl StructuralPartialEq for ObjectType
Auto Trait Implementations§
impl Freeze for ObjectType
impl RefUnwindSafe for ObjectType
impl Send for ObjectType
impl Sync for ObjectType
impl Unpin for ObjectType
impl UnwindSafe for ObjectType
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