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 (const: unstable) ยท 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
Sourceยงfn eq(&self, other: &SelectIntoTableModifier) -> bool
fn eq(&self, other: &SelectIntoTableModifier) -> bool
Tests for
self and other values to be equal, and is used by ==.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 UnsafeUnpin 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