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