pub enum SelectIntoTableModifier {
Temporary,
Unlogged,
}Expand description
The table type of target table of SELECT INTO clause
Variants§
Trait Implementations§
Source§impl Clone for SelectIntoTableModifier
impl Clone for SelectIntoTableModifier
Source§fn clone(&self) -> SelectIntoTableModifier
fn clone(&self) -> SelectIntoTableModifier
Returns a duplicate 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 SelectIntoTableModifier
impl Debug for SelectIntoTableModifier
Source§impl Display for SelectIntoTableModifier
impl Display for SelectIntoTableModifier
Source§impl PartialEq for SelectIntoTableModifier
impl PartialEq for SelectIntoTableModifier
impl StructuralPartialEq for SelectIntoTableModifier
Auto Trait Implementations§
impl Freeze for SelectIntoTableModifier
impl RefUnwindSafe for SelectIntoTableModifier
impl Send for SelectIntoTableModifier
impl Sync for SelectIntoTableModifier
impl Unpin for SelectIntoTableModifier
impl UnwindSafe for SelectIntoTableModifier
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