pub struct AliasMap<'a> { /* private fields */ }Expand description
Maps alias (or bare table name) to the underlying TableDef. Both the
alias and the table name are valid qualifiers for a column, so both
are stored when an alias is present.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for AliasMap<'a>
impl<'a> RefUnwindSafe for AliasMap<'a>
impl<'a> Send for AliasMap<'a>
impl<'a> Sync for AliasMap<'a>
impl<'a> Unpin for AliasMap<'a>
impl<'a> UnsafeUnpin for AliasMap<'a>
impl<'a> UnwindSafe for AliasMap<'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