Module cargo_registry::schema::crates::columns []

Contains all of the columns of this table

Reexports

use super::table;
use $crate::Expression;
use $crate::SelectableExpression;
use $crate::AppearsOnTable;
use $crate::QuerySource;
use $crate::backend::Backend;
use $crate::query_builder::QueryFragment;
use $crate::query_builder::AstPass;
use $crate::query_builder::SelectStatement;
use $crate::query_source::joins::Join;
use $crate::query_source::joins::JoinOn;
use $crate::query_source::joins::Inner;
use $crate::query_source::joins::LeftOuter;
use $crate::query_source::AppearsInFromClause;
use $crate::query_source::Once;
use $crate::query_source::Never;
use $crate::result::QueryResult;
use $crate::types::*;

Structs

created_at

The created_at column of the crates table.

description

The description column of the crates table.

documentation

The documentation column of the crates table.

downloads

The downloads column of the crates table.

homepage

The homepage column of the crates table.

id

The id column of the crates table.

license

The license column of the crates table.

max_upload_size

The max_upload_size column of the crates table.

name

The name column of the crates table.

readme

The readme column of the crates table.

repository

The repository column of the crates table.

star

Represents table_name.*, which is sometimes needed for efficient count queries. It cannot be used in place of all_columns, and has a SqlType of () to prevent it being used that way

textsearchable_index_col

The textsearchable_index_col column of the crates table.

updated_at

The updated_at column of the crates table.