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