Struct sea_schema::postgres::def::ColumnExpression [−][src]
pub struct ColumnExpression(pub String);
This is supported on crate features
postgres and def only.Tuple Fields
0: StringImplementations
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for ColumnExpression
impl Send for ColumnExpression
impl Sync for ColumnExpression
impl Unpin for ColumnExpression
impl UnwindSafe for ColumnExpression
Blanket Implementations
Mutably borrows from an owned value. Read more