pub struct Map1<K: ?Sized, T> {
pub tup: (Option<T>,),
/* private fields */
}
Expand description
Container for a map
with 1 field
Fields§
§tup: (Option<T>,)
Trait Implementations§
Auto Trait Implementations§
impl<K, T> Freeze for Map1<K, T>
impl<K, T> RefUnwindSafe for Map1<K, T>where
T: RefUnwindSafe,
K: ?Sized,
impl<K, T> Send for Map1<K, T>
impl<K, T> Sync for Map1<K, T>
impl<K, T> Unpin for Map1<K, T>
impl<K, T> UnwindSafe for Map1<K, T>where
T: UnwindSafe,
K: ?Sized,
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