Enum sqlparser::ast::MysqlInsertPriority  
source · pub enum MysqlInsertPriority {
    LowPriority,
    Delayed,
    HighPriority,
}Expand description
Mysql specific syntax
See Mysql documentation See Mysql documentation for more details.
Variants§
Trait Implementations§
source§impl Clone for MysqlInsertPriority
 
impl Clone for MysqlInsertPriority
source§fn clone(&self) -> MysqlInsertPriority
 
fn clone(&self) -> MysqlInsertPriority
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 MysqlInsertPriority
 
impl Debug for MysqlInsertPriority
source§impl<'de> Deserialize<'de> for MysqlInsertPriority
 
impl<'de> Deserialize<'de> for MysqlInsertPriority
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 MysqlInsertPriority
 
impl Display for MysqlInsertPriority
source§impl Hash for MysqlInsertPriority
 
impl Hash for MysqlInsertPriority
source§impl Ord for MysqlInsertPriority
 
impl Ord for MysqlInsertPriority
source§fn cmp(&self, other: &MysqlInsertPriority) -> Ordering
 
fn cmp(&self, other: &MysqlInsertPriority) -> 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 MysqlInsertPriority
 
impl PartialEq for MysqlInsertPriority
source§fn eq(&self, other: &MysqlInsertPriority) -> bool
 
fn eq(&self, other: &MysqlInsertPriority) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl PartialOrd for MysqlInsertPriority
 
impl PartialOrd for MysqlInsertPriority
source§fn partial_cmp(&self, other: &MysqlInsertPriority) -> Option<Ordering>
 
fn partial_cmp(&self, other: &MysqlInsertPriority) -> 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 MysqlInsertPriority
 
impl Serialize for MysqlInsertPriority
source§impl Visit for MysqlInsertPriority
 
impl Visit for MysqlInsertPriority
source§impl VisitMut for MysqlInsertPriority
 
impl VisitMut for MysqlInsertPriority
fn visit<V: VisitorMut>(&mut self, visitor: &mut V) -> ControlFlow<V::Break>
impl Copy for MysqlInsertPriority
impl Eq for MysqlInsertPriority
impl StructuralPartialEq for MysqlInsertPriority
Auto Trait Implementations§
impl Freeze for MysqlInsertPriority
impl RefUnwindSafe for MysqlInsertPriority
impl Send for MysqlInsertPriority
impl Sync for MysqlInsertPriority
impl Unpin for MysqlInsertPriority
impl UnwindSafe for MysqlInsertPriority
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
source§impl<T> CloneToUninit for Twhere
    T: Clone,
 
impl<T> CloneToUninit for Twhere
    T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
 
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)source§impl<T> CloneToUninit for Twhere
    T: Copy,
 
impl<T> CloneToUninit for Twhere
    T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
 
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)