pub struct Simple { /* private fields */ }
Expand description
Based on orignal path format {“People”}[0]{“Height”}
It matches {“People”}[0]{“Height”} - height of the first person It matches {“People”}[]{“Height”} - matches the height of all people It matches {“People”}[0]{} - matches all attributes of the first person
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Simple
impl RefUnwindSafe for Simple
impl Send for Simple
impl Sync for Simple
impl Unpin for Simple
impl UnwindSafe for Simple
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