pub struct Map<'s>(pub Separated<'s, MapItem<'s>>);Tuple Fields§
§0: Separated<'s, MapItem<'s>>Trait Implementations§
impl<'s> StructuralPartialEq for Map<'s>
Auto Trait Implementations§
impl<'s> Freeze for Map<'s>
impl<'s> RefUnwindSafe for Map<'s>
impl<'s> Send for Map<'s>
impl<'s> Sync for Map<'s>
impl<'s> Unpin for Map<'s>
impl<'s> UnwindSafe for Map<'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