pub enum InsertSource {
Select(SelectId),
DefaultValues,
}Expand description
What an INSERT inserts.
Variants§
Trait Implementations§
Source§impl Clone for InsertSource
impl Clone for InsertSource
Source§impl Debug for InsertSource
impl Debug for InsertSource
impl Eq for InsertSource
Source§impl PartialEq for InsertSource
impl PartialEq for InsertSource
impl StructuralPartialEq for InsertSource
Auto Trait Implementations§
impl Freeze for InsertSource
impl RefUnwindSafe for InsertSource
impl Send for InsertSource
impl Sync for InsertSource
impl Unpin for InsertSource
impl UnsafeUnpin for InsertSource
impl UnwindSafe for InsertSource
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