pub struct JSONPathRoot;Expand description
JSONPathRoot - Represents $ in JSON path expressions
Trait Implementations§
Source§impl Clone for JSONPathRoot
impl Clone for JSONPathRoot
Source§fn clone(&self) -> JSONPathRoot
fn clone(&self) -> JSONPathRoot
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 JSONPathRoot
impl Debug for JSONPathRoot
Source§impl<'de> Deserialize<'de> for JSONPathRoot
impl<'de> Deserialize<'de> for JSONPathRoot
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 JSONPathRoot
impl PartialEq for JSONPathRoot
Source§impl Serialize for JSONPathRoot
impl Serialize for JSONPathRoot
impl StructuralPartialEq for JSONPathRoot
Auto Trait Implementations§
impl Freeze for JSONPathRoot
impl RefUnwindSafe for JSONPathRoot
impl Send for JSONPathRoot
impl Sync for JSONPathRoot
impl Unpin for JSONPathRoot
impl UnwindSafe for JSONPathRoot
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