Trait deuterium::Field [] [src]

pub trait Field {
    fn name(&self) -> &str;
fn table_name(&self) -> &str;
fn qual(&self) -> Option<&String>;
fn upcast_field(&self) -> SharedField; }

Required Methods

Trait Implementations

impl Debug for Field
[src]

[src]

Formats the value using the given formatter. Read more

Implementors