pub struct ColumnRef {
pub table: Table,
pub name: &'static str,
}Fields§
§table: Table§name: &'static strImplementations§
Trait Implementations§
Source§impl IntoOrderExpr for ColumnRef
impl IntoOrderExpr for ColumnRef
fn into_order_expr(self) -> OrderExpr
impl Copy for ColumnRef
impl Eq for ColumnRef
impl StructuralPartialEq for ColumnRef
Auto Trait Implementations§
impl Freeze for ColumnRef
impl RefUnwindSafe for ColumnRef
impl Send for ColumnRef
impl Sync for ColumnRef
impl Unpin for ColumnRef
impl UnwindSafe for ColumnRef
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