pub enum SavedName {
Saved {
relation: Option<TableReference>,
name: String,
},
None,
}
Expand description
If the qualified name of an expression is remembered, it will be preserved when rewriting the expression
Variants§
Implementations§
Auto Trait Implementations§
impl Freeze for SavedName
impl RefUnwindSafe for SavedName
impl Send for SavedName
impl Sync for SavedName
impl Unpin for SavedName
impl UnwindSafe for SavedName
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