Struct rustorm::TableName[][src]

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

Fields

Methods

impl TableName
[src]

create table with name

return the long name of the table using schema.table_name

Trait Implementations

impl<'de> Deserialize<'de> for TableName
[src]

Deserialize this value from the given Serde deserializer. Read more

impl Clone for TableName
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Serialize for TableName
[src]

Serialize this value into the given Serde serializer. Read more

impl Debug for TableName
[src]

Formats the value using the given formatter. Read more

impl PartialEq<TableName> for TableName
[src]

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

This method tests for !=.

Auto Trait Implementations

impl Send for TableName

impl Sync for TableName