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