Struct agnes::field::DsField [] [src]

pub struct DsField {
    pub ty_ident: TypedFieldIdent,
    pub ds_index: usize,
}

Details of a field within a data store

Fields

Field identifier and type

Index of field within the data store

Methods

impl DsField
[src]

[src]

Create a new DsField from field identifier, type, and data store index

[src]

Create a new DsField from a typed field identifier and a data store index

[src]

Create a new DsField from a SrcField object and data store index. The source index from the SrcField object will not be included in the new object.

Trait Implementations

impl Debug for DsField
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for DsField
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for DsField

impl Sync for DsField