Struct sql_parse::TableToTable 
source · pub struct TableToTable<'a> {
    pub table: QualifiedName<'a>,
    pub to_span: Span,
    pub new_table: QualifiedName<'a>,
}Fields§
§table: QualifiedName<'a>§to_span: SpanSpan of “TO”
new_table: QualifiedName<'a>Trait Implementations§
source§impl<'a> Clone for TableToTable<'a>
 
impl<'a> Clone for TableToTable<'a>
source§fn clone(&self) -> TableToTable<'a>
 
fn clone(&self) -> TableToTable<'a>
Returns a copy 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<'a> Debug for TableToTable<'a>
 
impl<'a> Debug for TableToTable<'a>
Auto Trait Implementations§
impl<'a> Freeze for TableToTable<'a>
impl<'a> RefUnwindSafe for TableToTable<'a>
impl<'a> Send for TableToTable<'a>
impl<'a> Sync for TableToTable<'a>
impl<'a> Unpin for TableToTable<'a>
impl<'a> UnwindSafe for TableToTable<'a>
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