Struct sqlpop::ast::ForeignKeyClause [] [src]

pub struct ForeignKeyClause {
    pub tbl_name: Name,
    pub columns: Option<Vec<IndexedColumn>>,
    pub args: Vec<RefArg>,
}

Fields

Trait Implementations

impl Clone for ForeignKeyClause
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ForeignKeyClause
[src]

Formats the value using the given formatter.

impl PartialEq for ForeignKeyClause
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for ForeignKeyClause
[src]