pub struct JSONExists {
pub this: Box<Expression>,
pub path: Option<Box<Expression>>,
pub passing: Option<Box<Expression>>,
pub on_condition: Option<Box<Expression>>,
pub from_dcolonqmark: Option<Box<Expression>>,
}Expand description
JSONExists
Fields§
§this: Box<Expression>§path: Option<Box<Expression>>§passing: Option<Box<Expression>>§on_condition: Option<Box<Expression>>§from_dcolonqmark: Option<Box<Expression>>Trait Implementations§
Source§impl Clone for JSONExists
impl Clone for JSONExists
Source§fn clone(&self) -> JSONExists
fn clone(&self) -> JSONExists
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 JSONExists
impl Debug for JSONExists
Source§impl<'de> Deserialize<'de> for JSONExists
impl<'de> Deserialize<'de> for JSONExists
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 JSONExists
impl PartialEq for JSONExists
Source§impl Serialize for JSONExists
impl Serialize for JSONExists
impl StructuralPartialEq for JSONExists
Auto Trait Implementations§
impl Freeze for JSONExists
impl RefUnwindSafe for JSONExists
impl Send for JSONExists
impl Sync for JSONExists
impl Unpin for JSONExists
impl UnwindSafe for JSONExists
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