pub struct PathParser;Expand description
Path parser for JSONPath-like syntax
Implementations§
Source§impl PathParser
impl PathParser
Trait Implementations§
Source§impl Debug for PathParser
impl Debug for PathParser
Source§impl Default for PathParser
impl Default for PathParser
Source§fn default() -> PathParser
fn default() -> PathParser
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for PathParser
impl RefUnwindSafe for PathParser
impl Send for PathParser
impl Sync for PathParser
impl Unpin for PathParser
impl UnsafeUnpin for PathParser
impl UnwindSafe for PathParser
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