pub struct JSONBExists {
pub this: Box<Expression>,
pub path: Option<Box<Expression>>,
}Expand description
JSONBExists
Fields§
§this: Box<Expression>§path: Option<Box<Expression>>Trait Implementations§
Source§impl Clone for JSONBExists
impl Clone for JSONBExists
Source§fn clone(&self) -> JSONBExists
fn clone(&self) -> JSONBExists
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for JSONBExists
impl Debug for JSONBExists
Source§impl<'de> Deserialize<'de> for JSONBExists
impl<'de> Deserialize<'de> for JSONBExists
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for JSONBExists
impl PartialEq for JSONBExists
Source§impl Serialize for JSONBExists
impl Serialize for JSONBExists
impl StructuralPartialEq for JSONBExists
Auto Trait Implementations§
impl Freeze for JSONBExists
impl RefUnwindSafe for JSONBExists
impl Send for JSONBExists
impl Sync for JSONBExists
impl Unpin for JSONBExists
impl UnwindSafe for JSONBExists
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