pub struct MapItem<'s> {
pub key: Value<'s>,
pub after_key: Whitespace<'s>,
pub value: WsLead<'s, Value<'s>>,
}
Fields§
§key: Value<'s>
§after_key: Whitespace<'s>
§value: WsLead<'s, Value<'s>>
Trait Implementations§
impl<'s> StructuralPartialEq for MapItem<'s>
Auto Trait Implementations§
impl<'s> Freeze for MapItem<'s>
impl<'s> RefUnwindSafe for MapItem<'s>
impl<'s> Send for MapItem<'s>
impl<'s> Sync for MapItem<'s>
impl<'s> Unpin for MapItem<'s>
impl<'s> UnwindSafe for MapItem<'s>
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