pub struct MapV {
pub entries: Vec<(String, Value)>,
pub path: SegPath,
}Expand description
a map value
Fields§
§entries: Vec<(String, Value)>the entries, in order
path: SegPathits canonical path
Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for MapV
impl !Send for MapV
impl !Sync for MapV
impl !UnwindSafe for MapV
impl Freeze for MapV
impl Unpin for MapV
impl UnsafeUnpin for MapV
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