pub enum CteQuery {
Select(Select),
Insert(Insert),
Raw(String),
}
Variants§
Trait Implementations§
impl Eq for CteQuery
impl StructuralPartialEq for CteQuery
Auto Trait Implementations§
impl Freeze for CteQuery
impl RefUnwindSafe for CteQuery
impl Send for CteQuery
impl Sync for CteQuery
impl Unpin for CteQuery
impl UnwindSafe for CteQuery
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