#[repr(u32)]pub enum IsOp {
Is = 0,
IsNot = 1,
IsNull = 2,
NotNull = 3,
IsNotDistinct = 4,
IsDistinct = 5,
}Variants§
Implementations§
Trait Implementations§
impl Copy for IsOp
impl Eq for IsOp
impl StructuralPartialEq for IsOp
Auto Trait Implementations§
impl Freeze for IsOp
impl RefUnwindSafe for IsOp
impl Send for IsOp
impl Sync for IsOp
impl Unpin for IsOp
impl UnsafeUnpin for IsOp
impl UnwindSafe for IsOp
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