pub enum ColumnRef {
Column(DynIden),
TableColumn(DynIden, DynIden),
SchemaTableColumn(DynIden, DynIden, DynIden),
Asterisk,
TableAsterisk(DynIden),
}Expand description
Column references
Variantsยง
Column(DynIden)
TableColumn(DynIden, DynIden)
SchemaTableColumn(DynIden, DynIden, DynIden)
Asterisk
TableAsterisk(DynIden)
Trait Implementationsยง
sourceยงimpl From<ColumnRef> for SimpleExpr
impl From<ColumnRef> for SimpleExpr
sourceยงimpl IntoColumnRef for ColumnRef
impl IntoColumnRef for ColumnRef
fn into_column_ref(self) -> 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
sourceยงimpl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
sourceยงdefault unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
๐ฌThis is a nightly-only experimental API. (
clone_to_uninit)