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