pub struct ArrV {
pub items: Vec<Value>,
pub path: SegPath,
}Expand description
an array value
Fields§
§items: Vec<Value>the items
path: SegPathits canonical path
Auto Trait Implementations§
impl !RefUnwindSafe for ArrV
impl !Send for ArrV
impl !Sync for ArrV
impl !UnwindSafe for ArrV
impl Freeze for ArrV
impl Unpin for ArrV
impl UnsafeUnpin for ArrV
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