Struct agnes::view::FieldView[][src]

pub struct FieldView<DTypes> where
    DTypes: DTypeList
{ /* fields omitted */ }

A 'view' into a single field's data in a data frame. This is a specialty view used to serialize a DataView as a single sequence instead of as a map.

Trait Implementations

impl<DTypes: Debug> Debug for FieldView<DTypes> where
    DTypes: DTypeList
[src]

Formats the value using the given formatter. Read more

impl<DTypes: Clone> Clone for FieldView<DTypes> where
    DTypes: DTypeList
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<DTypes> Serialize for FieldView<DTypes> where
    DTypes: DTypeList,
    DTypes::Storage: MaxLen<DTypes> + FieldSerialize<DTypes>, 
[src]

Serialize this value into the given Serde serializer. Read more

impl<DTypes> SerializeAsVec for FieldView<DTypes> where
    DTypes: DTypeList,
    DTypes::Storage: MaxLen<DTypes> + FieldSerialize<DTypes>, 
[src]

Auto Trait Implementations

impl<DTypes> Send for FieldView<DTypes> where
    <DTypes as AssocTypes>::DType: Send + Sync,
    <DTypes as AssocTypes>::Storage: Send + Sync

impl<DTypes> Sync for FieldView<DTypes> where
    <DTypes as AssocTypes>::DType: Send + Sync,
    <DTypes as AssocTypes>::Storage: Send + Sync