pub struct TableRef {
pub factor: TableFactor,
pub alias: Option<String>,
pub column_aliases: Vec<String>,
pub joins: Vec<Join>,
}Fields§
§factor: TableFactor§alias: Option<String>§column_aliases: Vec<String>§joins: Vec<Join>Trait Implementations§
Auto Trait Implementations§
impl Freeze for TableRef
impl RefUnwindSafe for TableRef
impl Send for TableRef
impl Sync for TableRef
impl Unpin for TableRef
impl UnwindSafe for TableRef
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