pub struct ColumnRef {
pub name: &'static str,
pub table: &'static str,
pub schema: &'static str,
}
Fields§
§name: &'static str
§table: &'static str
§schema: &'static str
Implementations§
Trait Implementations§
Source§impl Expression for ColumnRef
impl Expression for ColumnRef
fn write_query( &self, writer: &dyn SqlWriter, context: &mut Context, buff: &mut String, )
fn is_ordered(&self) -> bool
Source§impl OpPrecedence for ColumnRef
impl OpPrecedence for ColumnRef
fn precedence(&self, _writer: &dyn SqlWriter) -> i32
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