Struct agnes::view::ViewField [] [src]

pub struct ViewField {
    pub rident: RFieldIdent,
    pub store_idx: usize,
}

A field in a DataView. Contains the (possibly-renamed) field identifier and the store index with the underlying data.

Fields

The field identifier, along with renaming information (if exists)

Store index of the underlying data

Trait Implementations

impl Debug for ViewField
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ViewField
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for ViewField
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Eq for ViewField
[src]

impl Hash for ViewField
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

Auto Trait Implementations

impl Send for ViewField

impl Sync for ViewField