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