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

pub struct max_upload_size;

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

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>, 

impl QueryId for max_upload_size

impl SelectableExpression<table> for max_upload_size

impl AppearsOnTable<table> for max_upload_size

impl<Right> SelectableExpression<InnerJoinSource<table, Right>> for max_upload_size where
    Right: Table,
    table: JoinTo<Right, Inner>, 

impl<Left> SelectableExpression<InnerJoinSource<Left, table>> for max_upload_size where
    Left: JoinTo<table, Inner>, 

impl<Right> SelectableExpression<LeftOuterJoinSource<table, Right>> for max_upload_size where
    Right: Table,
    table: JoinTo<Right, LeftOuter>, 

impl<Right> AppearsOnTable<InnerJoinSource<table, Right>> for max_upload_size where
    Right: Table,
    table: JoinTo<Right, Inner>, 

impl<Left> AppearsOnTable<InnerJoinSource<Left, table>> for max_upload_size where
    Left: JoinTo<table, Inner>, 

impl<Right> AppearsOnTable<LeftOuterJoinSource<table, Right>> for max_upload_size where
    Right: Table,
    table: JoinTo<Right, LeftOuter>, 

impl<Left> AppearsOnTable<LeftOuterJoinSource<Left, table>> for max_upload_size where
    Left: JoinTo<table, LeftOuter>, 

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>,