pub struct MapV {
pub entries: Vec<(String, Value)>,
pub path: SegPath,
}Fields§
§entries: Vec<(String, Value)>§path: SegPathImplementations§
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