Struct jsonpath_lib::PathParser
source · pub struct PathParser<'a> { /* private fields */ }
Implementations§
Trait Implementations§
source§impl<'a> Clone for PathParser<'a>
impl<'a> Clone for PathParser<'a>
source§fn clone(&self) -> PathParser<'a>
fn clone(&self) -> PathParser<'a>
Returns a copy 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 moreAuto Trait Implementations§
impl<'a> RefUnwindSafe for PathParser<'a>
impl<'a> Send for PathParser<'a>
impl<'a> Sync for PathParser<'a>
impl<'a> Unpin for PathParser<'a>
impl<'a> UnwindSafe for PathParser<'a>
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