Struct cargo_registry::schema::crates::columns::max_upload_size []

pub struct max_upload_size;

The max_upload_size column of the crates table.

Its SQL type is Nullable<Int4>.

(Automatically generated by Diesel.)

Trait Implementations

impl Debug for max_upload_size

Formats the value using the given formatter.

impl Clone for max_upload_size

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for max_upload_size

impl Expression for max_upload_size

impl<DB> QueryFragment<DB> for max_upload_size where
    DB: Backend,
    <table as QuerySource>::FromClause: QueryFragment<DB>, 

[src]

[src]

[src]

impl QueryId for max_upload_size

impl SelectableExpression<table> for max_upload_size

impl<QS> AppearsOnTable<QS> for max_upload_size where
    QS: AppearsInFromClause<table, Count = Once>, 

impl<Left, Right> SelectableExpression<Join<Left, Right, LeftOuter>> for max_upload_size where
    max_upload_size: AppearsOnTable<Join<Left, Right, LeftOuter>>,
    Left: AppearsInFromClause<table, Count = Once>,
    Right: AppearsInFromClause<table, Count = Never>, 

impl<Left, Right> SelectableExpression<Join<Left, Right, Inner>> for max_upload_size where
    max_upload_size: AppearsOnTable<Join<Left, Right, Inner>>,
    Join<Left, Right, Inner>: AppearsInFromClause<table, Count = Once>, 

impl<Join, On> SelectableExpression<JoinOn<Join, On>> for max_upload_size where
    max_upload_size: SelectableExpression<Join> + AppearsOnTable<JoinOn<Join, On>>, 

impl<From> SelectableExpression<SelectStatement<From>> for max_upload_size where
    max_upload_size: SelectableExpression<From> + AppearsOnTable<SelectStatement<From>>, 

impl NonAggregate for max_upload_size

impl Column for max_upload_size

impl<T> EqAll<T> for max_upload_size where
    T: AsExpression<Nullable<Int4>>,
    Eq<max_upload_size, T>: Expression<SqlType = Bool>, 

impl<Rhs> Add<Rhs> for max_upload_size where
    Rhs: AsExpression<<<max_upload_size as Expression>::SqlType as Add>::Rhs>, 

The resulting type after applying the + operator.

Performs the + operation.

impl<Rhs> Sub<Rhs> for max_upload_size where
    Rhs: AsExpression<<<max_upload_size as Expression>::SqlType as Sub>::Rhs>, 

The resulting type after applying the - operator.

Performs the - operation.

impl<Rhs> Div<Rhs> for max_upload_size where
    Rhs: AsExpression<<<max_upload_size as Expression>::SqlType as Div>::Rhs>, 

The resulting type after applying the / operator.

Performs the / operation.

impl<Rhs> Mul<Rhs> for max_upload_size where
    Rhs: AsExpression<<<max_upload_size as Expression>::SqlType as Mul>::Rhs>, 

The resulting type after applying the * operator.

Performs the * operation.