AsColumnRef

Trait AsColumnRef 

Source
trait AsColumnRef {
    // Required method
    fn as_ref(&self) -> ColumnRef<'_>;
}

Required Methods§

Source

fn as_ref(&self) -> ColumnRef<'_>

Trait Implementations§

Source§

impl<'a> Borrow<dyn AsColumnRef + 'a> for Column

Source§

fn borrow(&self) -> &(dyn AsColumnRef + 'a)

Immutably borrows from an owned value. Read more
Source§

impl<'a> Hash for dyn AsColumnRef + 'a

Source§

fn hash<H: Hasher>(&self, state: &mut H)

Feeds this value into the given Hasher. Read more
Source§

impl<'a> PartialEq for dyn AsColumnRef + 'a

Source§

fn eq(&self, other: &Self) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl<'a> Eq for dyn AsColumnRef + 'a

Implementors§