pub struct JpQuery {
pub segments: Vec<Segment>,
}
Expand description
Represents a JSONPath query with a list of segments.
Fields§
§segments: Vec<Segment>
Implementations§
Trait Implementations§
impl StructuralPartialEq for JpQuery
Auto Trait Implementations§
impl Freeze for JpQuery
impl RefUnwindSafe for JpQuery
impl Send for JpQuery
impl Sync for JpQuery
impl Unpin for JpQuery
impl UnwindSafe for JpQuery
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