[][src]Struct fast_map::Map5

pub struct Map5<K: ?Sized, T> {
    pub tup: (Option<T>, Option<T>, Option<T>, Option<T>, Option<T>),
    // some fields omitted
}

Container for a map with 5 fields

Fields

tup: (Option<T>, Option<T>, Option<T>, Option<T>, Option<T>)

Trait Implementations

impl<K: ?Sized, T> Default for Map5<K, T>[src]

Auto Trait Implementations

impl<K: ?Sized, T> Send for Map5<K, T> where
    T: Send

impl<K: ?Sized, T> Sync for Map5<K, T> where
    T: Sync

impl<K: ?Sized, T> Unpin for Map5<K, T> where
    T: Unpin

impl<K: ?Sized, T> UnwindSafe for Map5<K, T> where
    T: UnwindSafe

impl<K: ?Sized, T> RefUnwindSafe for Map5<K, T> where
    T: RefUnwindSafe

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]