pub struct IsNotNull {
pub expr: Box<CypherExpr>,
}Fields§
§expr: Box<CypherExpr>Trait Implementations§
impl StructuralPartialEq for IsNotNull
Auto Trait Implementations§
impl Freeze for IsNotNull
impl RefUnwindSafe for IsNotNull
impl Send for IsNotNull
impl Sync for IsNotNull
impl Unpin for IsNotNull
impl UnsafeUnpin for IsNotNull
impl UnwindSafe for IsNotNull
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