Enum fire_postgres::filter::WherePart
source · pub enum WherePart {
Operation(WhereOperation),
And,
Or,
}
Variants§
Trait Implementations§
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 WherePart
impl RefUnwindSafe for WherePart
impl Send for WherePart
impl Sync for WherePart
impl Unpin for WherePart
impl UnwindSafe for WherePart
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