pub struct ExValues<'a, Key: 'a, Value: 'a>(/* private fields */);
Auto Trait Implementations§
impl<'a, Key, Value> Freeze for ExValues<'a, Key, Value>
impl<'a, Key, Value> RefUnwindSafe for ExValues<'a, Key, Value>where
Key: RefUnwindSafe,
Value: RefUnwindSafe,
impl<'a, Key, Value> Send for ExValues<'a, Key, Value>
impl<'a, Key, Value> Sync for ExValues<'a, Key, Value>
impl<'a, Key, Value> Unpin for ExValues<'a, Key, Value>
impl<'a, Key, Value> UnwindSafe for ExValues<'a, Key, Value>where
Key: RefUnwindSafe,
Value: RefUnwindSafe,
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