Struct fire_postgres::filter::WhereOperation
source · pub struct WhereOperation {
pub kind: Operator,
pub column: Cow<'static, str>,
}
Fields§
§kind: Operator
§column: Cow<'static, str>
Trait Implementations§
source§impl Debug for WhereOperation
impl Debug for WhereOperation
source§impl From<WhereOperation> for WherePart
impl From<WhereOperation> for WherePart
source§fn from(op: WhereOperation) -> Self
fn from(op: WhereOperation) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for WhereOperation
impl RefUnwindSafe for WhereOperation
impl Send for WhereOperation
impl Sync for WhereOperation
impl Unpin for WhereOperation
impl UnwindSafe for WhereOperation
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