pub struct JsonPathIter { /* private fields */ }Expand description
Iterator structure used by json path queries to traverse over the results of a query.
Auto Trait Implementations§
impl Freeze for JsonPathIter
impl !RefUnwindSafe for JsonPathIter
impl !Send for JsonPathIter
impl !Sync for JsonPathIter
impl Unpin for JsonPathIter
impl UnsafeUnpin for JsonPathIter
impl !UnwindSafe for JsonPathIter
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