pub struct TableToTable<'a> {
pub table: QualifiedName<'a>,
pub to_span: Span,
pub new_table: QualifiedName<'a>,
}
Fields§
§table: QualifiedName<'a>
§to_span: Span
Span 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