pub struct ValMapEntries(pub Vec<(Key, Val)>);
Tuple Fields§
§0: Vec<(Key, Val)>
Implementations§
Auto Trait Implementations§
impl Freeze for ValMapEntries
impl RefUnwindSafe for ValMapEntries
impl Send for ValMapEntries
impl Sync for ValMapEntries
impl Unpin for ValMapEntries
impl UnwindSafe for ValMapEntries
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