pub struct ArrV {
pub items: Vec<Value>,
pub path: SegPath,
}Fields§
§items: Vec<Value>§path: SegPathAuto 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