trait AsColumnRef {
// Required method
fn as_ref(&self) -> ColumnRef<'_>;
}Required Methods§
Trait Implementations§
Source§impl<'a> Borrow<dyn AsColumnRef + 'a> for Column
impl<'a> Borrow<dyn AsColumnRef + 'a> for Column
Source§fn borrow(&self) -> &(dyn AsColumnRef + 'a)
fn borrow(&self) -> &(dyn AsColumnRef + 'a)
Immutably borrows from an owned value. Read more