Trait block_tools::db::use_diesel::query_source::Column[][src]

pub trait Column: Expression {
    type Table: Table;

    pub const NAME: &'static str;
}

A column on a database table. Types which implement this trait should have been generated by the table! macro.

Associated Types

type Table: Table[src]

The table which this column belongs to

Loading content...

Associated Constants

pub const NAME: &'static str[src]

The name of this column

Loading content...

Implementors

impl Column for block_data[src]

type Table = table

impl Column for block_type[src]

type Table = table

impl Column for block_tools::db::schema::blocks::columns::created_at[src]

type Table = table

impl Column for block_tools::db::schema::blocks::columns::id[src]

type Table = table

impl Column for owner_id[src]

type Table = table

impl Column for updated_at[src]

type Table = table

impl Column for block_tools::db::schema::potential_users::columns::created_at[src]

type Table = table

impl Column for block_tools::db::schema::potential_users::columns::email[src]

type Table = table

impl Column for block_tools::db::schema::potential_users::columns::id[src]

type Table = table

impl Column for block_tools::db::schema::potential_users::columns::password[src]

type Table = table

impl Column for session_code[src]

type Table = table

impl Column for block_tools::db::schema::potential_users::columns::username[src]

type Table = table

impl Column for verification_code[src]

type Table = table

impl Column for annotation[src]

type Table = table

impl Column for block_tools::db::schema::properties::columns::id[src]

type Table = table

impl Column for parent_id[src]

type Table = table

impl Column for property_name[src]

type Table = table

impl Column for value_id[src]

type Table = table

impl Column for credits[src]

type Table = table

impl Column for display_name[src]

type Table = table

impl Column for block_tools::db::schema::users::columns::email[src]

type Table = table

impl Column for block_tools::db::schema::users::columns::id[src]

type Table = table

impl Column for localuname[src]

type Table = table

impl Column for block_tools::db::schema::users::columns::password[src]

type Table = table

impl Column for block_tools::db::schema::users::columns::username[src]

type Table = table

Loading content...