Struct diesel_infer_schema::TableData [] [src]

pub struct TableData {
    pub name: String,
    pub schema: Option<String>,
}

Fields

Methods

impl TableData
[src]

Trait Implementations

impl PartialEq for TableData
[src]

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

This method tests for !=.

impl Clone for TableData
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for TableData
[src]

Formats the value using the given formatter.

impl<ST, DB> Queryable<ST, DB> for TableData where DB: Backend + HasSqlType<ST>,
        (String, String): FromSqlRow<ST, DB>
[src]

impl Display for TableData
[src]

Formats the value using the given formatter.

impl FromStr for TableData
[src]

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more