pub enum IrKind {
Catalog,
Ddl,
Select,
Insert,
Upsert,
Update,
Delete,
Explain,
Transaction,
}Variants§
Trait Implementations§
impl Copy for IrKind
Source§impl<'de> Deserialize<'de> for IrKind
impl<'de> Deserialize<'de> for IrKind
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
impl Eq for IrKind
impl StructuralPartialEq for IrKind
Auto Trait Implementations§
impl Freeze for IrKind
impl RefUnwindSafe for IrKind
impl Send for IrKind
impl Sync for IrKind
impl Unpin for IrKind
impl UnsafeUnpin for IrKind
impl UnwindSafe for IrKind
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