Struct agnes::field::SrcField [] [src]

pub struct SrcField {
    pub ty_ident: TypedFieldIdent,
    pub src_index: usize,
}

Specification of a typed field identifier along with the index in the original source data file.

Fields

Field identifier and type

Index of field within the original data file

Methods

impl SrcField
[src]

[src]

Create a new SrcField object from specified field identifier, type, and source index.

[src]

Create a new SrcField object from specified typed field identifier obejct ans source index.

Trait Implementations

impl Debug for SrcField
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for SrcField
[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 SrcField

impl Sync for SrcField