pub struct Path<F>(pub Vec<(Part<F>, Opt)>);Expand description
Path such as .[].a?[1:].
Tuple Fields§
§0: Vec<(Part<F>, Opt)>Trait Implementations§
Auto Trait Implementations§
impl<F> Freeze for Path<F>
impl<F> RefUnwindSafe for Path<F>where
F: RefUnwindSafe,
impl<F> Send for Path<F>where
F: Send,
impl<F> Sync for Path<F>where
F: Sync,
impl<F> Unpin for Path<F>where
F: Unpin,
impl<F> UnwindSafe for Path<F>where
F: UnwindSafe,
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