Struct agnes::field::TypedFieldIdent [] [src]

pub struct TypedFieldIdent {
    pub ident: FieldIdent,
    pub ty: FieldType,
}

Field identifier along with an associated type.

Fields

Field identifier (name or original column number)

Field type

Methods

impl TypedFieldIdent
[src]

[src]

Create a new typed field identifier

Trait Implementations

impl Debug for TypedFieldIdent
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for TypedFieldIdent
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations