pub enum IsValue {
Null,
NotNull,
True,
False,
}Expand description
Values that can be used with the is filter operator.
Variants§
Implementations§
Trait Implementations§
impl StructuralPartialEq for IsValue
Auto Trait Implementations§
impl Freeze for IsValue
impl RefUnwindSafe for IsValue
impl Send for IsValue
impl Sync for IsValue
impl Unpin for IsValue
impl UnsafeUnpin for IsValue
impl UnwindSafe for IsValue
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