pub struct SelectInto {
pub target_table: DynIden,
pub target_table_modifier: Option<SelectIntoTableModifier>,
}Expand description
The INTO clause in SELECT statement
Fieldsยง
ยงtarget_table: DynIdenยงtarget_table_modifier: Option<SelectIntoTableModifier>Implementationsยง
Sourceยงimpl SelectInto
impl SelectInto
Trait Implementationsยง
Sourceยงimpl Clone for SelectInto
impl Clone for SelectInto
Sourceยงfn clone(&self) -> SelectInto
fn clone(&self) -> SelectInto
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 SelectInto
impl Debug for SelectInto
Sourceยงimpl PartialEq for SelectInto
impl PartialEq for SelectInto
Sourceยงfn eq(&self, other: &SelectInto) -> bool
fn eq(&self, other: &SelectInto) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SelectInto
Auto Trait Implementationsยง
impl Freeze for SelectInto
impl RefUnwindSafe for SelectInto
impl Send for SelectInto
impl Sync for SelectInto
impl Unpin for SelectInto
impl UnsafeUnpin for SelectInto
impl UnwindSafe for SelectInto
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