Module cargo_registry::schema::dependencies::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

crate_id

The crate_id column of the dependencies table.

default_features

The default_features column of the dependencies table.

features

The features column of the dependencies table.

id

The id column of the dependencies table.

kind

The kind column of the dependencies table.

optional

The optional column of the dependencies table.

req

The req column of the dependencies 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

target

The target column of the dependencies table.

version_id

The version_id column of the dependencies table.