[][src]Struct puruda::Col8

pub struct Col8<T1, T2, T3, T4, T5, T6, T7, T8> where
    T1: Column,
    T2: Column,
    T3: Column,
    T4: Column,
    T5: Column,
    T6: Column,
    T7: Column,
    T8: Column
{ /* fields omitted */ }

Implementations

impl<T1, T2, T3, T4, T5, T6, T7, T8> Col8<T1, T2, T3, T4, T5, T6, T7, T8> where
    T1: Column + Default,
    T2: Column + Default,
    T3: Column + Default,
    T4: Column + Default,
    T5: Column + Default,
    T6: Column + Default,
    T7: Column + Default,
    T8: Column + Default
[src]

pub fn new() -> Self[src]

pub fn set_header(&mut self, header: Vec<&'static str>)[src]

pub fn header(&self) -> &Vec<&'static str>[src]

pub fn from_cols(
    col_1: T1,
    col_2: T2,
    col_3: T3,
    col_4: T4,
    col_5: T5,
    col_6: T6,
    col_7: T7,
    col_8: T8
) -> Self
[src]

pub fn c1(&self) -> &T1[src]

pub fn c1_mut(&mut self) -> &mut T1[src]

pub fn c2(&self) -> &T2[src]

pub fn c2_mut(&mut self) -> &mut T2[src]

pub fn c3(&self) -> &T3[src]

pub fn c3_mut(&mut self) -> &mut T3[src]

pub fn c4(&self) -> &T4[src]

pub fn c4_mut(&mut self) -> &mut T4[src]

pub fn c5(&self) -> &T5[src]

pub fn c5_mut(&mut self) -> &mut T5[src]

pub fn c6(&self) -> &T6[src]

pub fn c6_mut(&mut self) -> &mut T6[src]

pub fn c7(&self) -> &T7[src]

pub fn c7_mut(&mut self) -> &mut T7[src]

pub fn c8(&self) -> &T8[src]

pub fn c8_mut(&mut self) -> &mut T8[src]

Trait Implementations

impl<T1, T2, T3, T4, T5, T6, T7, T8> CSV for Col8<T1, T2, T3, T4, T5, T6, T7, T8> where
    T1: Column + Default,
    T2: Column + Default,
    T3: Column + Default,
    T4: Column + Default,
    T5: Column + Default,
    T6: Column + Default,
    T7: Column + Default,
    T8: Column + Default,
    T1::DType: ToString + FromStr,
    T2::DType: ToString + FromStr,
    T3::DType: ToString + FromStr,
    T4::DType: ToString + FromStr,
    T5::DType: ToString + FromStr,
    T6::DType: ToString + FromStr,
    T7::DType: ToString + FromStr,
    T8::DType: ToString + FromStr,
    <T1::DType as FromStr>::Err: Debug + Error,
    <T2::DType as FromStr>::Err: Debug + Error,
    <T3::DType as FromStr>::Err: Debug + Error,
    <T4::DType as FromStr>::Err: Debug + Error,
    <T5::DType as FromStr>::Err: Debug + Error,
    <T6::DType as FromStr>::Err: Debug + Error,
    <T7::DType as FromStr>::Err: Debug + Error,
    <T8::DType as FromStr>::Err: Debug + Error,
    Vec<T1::DType>: Into<T1>,
    Vec<T2::DType>: Into<T2>,
    Vec<T3::DType>: Into<T3>,
    Vec<T4::DType>: Into<T4>,
    Vec<T5::DType>: Into<T5>,
    Vec<T6::DType>: Into<T6>,
    Vec<T7::DType>: Into<T7>,
    Vec<T8::DType>: Into<T8>, 
[src]

impl<T1: Clone, T2: Clone, T3: Clone, T4: Clone, T5: Clone, T6: Clone, T7: Clone, T8: Clone> Clone for Col8<T1, T2, T3, T4, T5, T6, T7, T8> where
    T1: Column,
    T2: Column,
    T3: Column,
    T4: Column,
    T5: Column,
    T6: Column,
    T7: Column,
    T8: Column
[src]

impl<T1: Debug, T2: Debug, T3: Debug, T4: Debug, T5: Debug, T6: Debug, T7: Debug, T8: Debug> Debug for Col8<T1, T2, T3, T4, T5, T6, T7, T8> where
    T1: Column,
    T2: Column,
    T3: Column,
    T4: Column,
    T5: Column,
    T6: Column,
    T7: Column,
    T8: Column
[src]

Auto Trait Implementations

impl<T1, T2, T3, T4, T5, T6, T7, T8> RefUnwindSafe for Col8<T1, T2, T3, T4, T5, T6, T7, T8> where
    T1: RefUnwindSafe,
    T2: RefUnwindSafe,
    T3: RefUnwindSafe,
    T4: RefUnwindSafe,
    T5: RefUnwindSafe,
    T6: RefUnwindSafe,
    T7: RefUnwindSafe,
    T8: RefUnwindSafe

impl<T1, T2, T3, T4, T5, T6, T7, T8> Send for Col8<T1, T2, T3, T4, T5, T6, T7, T8> where
    T1: Send,
    T2: Send,
    T3: Send,
    T4: Send,
    T5: Send,
    T6: Send,
    T7: Send,
    T8: Send

impl<T1, T2, T3, T4, T5, T6, T7, T8> Sync for Col8<T1, T2, T3, T4, T5, T6, T7, T8> where
    T1: Sync,
    T2: Sync,
    T3: Sync,
    T4: Sync,
    T5: Sync,
    T6: Sync,
    T7: Sync,
    T8: Sync

impl<T1, T2, T3, T4, T5, T6, T7, T8> Unpin for Col8<T1, T2, T3, T4, T5, T6, T7, T8> where
    T1: Unpin,
    T2: Unpin,
    T3: Unpin,
    T4: Unpin,
    T5: Unpin,
    T6: Unpin,
    T7: Unpin,
    T8: Unpin

impl<T1, T2, T3, T4, T5, T6, T7, T8> UnwindSafe for Col8<T1, T2, T3, T4, T5, T6, T7, T8> where
    T1: UnwindSafe,
    T2: UnwindSafe,
    T3: UnwindSafe,
    T4: UnwindSafe,
    T5: UnwindSafe,
    T6: UnwindSafe,
    T7: UnwindSafe,
    T8: UnwindSafe

Blanket Implementations

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

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

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

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

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

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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.