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