Struct jsonpath_plus::ast::SubPath
source · [−]pub struct SubPath { /* private fields */ }
Expand description
A sub-path, such as in a filter or as a bracket selector. Can be based off the root or the current location
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SubPath
impl Send for SubPath
impl Sync for SubPath
impl Unpin for SubPath
impl UnwindSafe for SubPath
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more