Struct rustorm::table::Foreign [] [src]

pub struct Foreign {
    pub schema: String,
    pub table: String,
    pub column: String,
}

Fields

schema
table
column

Trait Implementations

Derived Implementations

impl PartialEq for Foreign

fn eq(&self, __arg_0: &Foreign) -> bool

fn ne(&self, __arg_0: &Foreign) -> bool

impl Clone for Foreign

fn clone(&self) -> Foreign

fn clone_from(&mut self, source: &Self)

impl Debug for Foreign

fn fmt(&self, __arg_0: &mut Formatter) -> Result