pub struct KeyColumn { /* private fields */ }Expand description
A key column reference.
Implementations§
Source§impl KeyColumn
impl KeyColumn
Sourcepub fn with_table(self, table: TableName) -> Self
pub fn with_table(self, table: TableName) -> Self
Adds a table qualifier.
Trait Implementations§
Source§impl Ord for KeyColumn
impl Ord for KeyColumn
Source§impl PartialOrd for KeyColumn
impl PartialOrd for KeyColumn
impl Eq for KeyColumn
impl StructuralPartialEq for KeyColumn
Auto Trait Implementations§
impl Freeze for KeyColumn
impl RefUnwindSafe for KeyColumn
impl Send for KeyColumn
impl Sync for KeyColumn
impl Unpin for KeyColumn
impl UnsafeUnpin for KeyColumn
impl UnwindSafe for KeyColumn
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