Struct cargo_registry::lower_t []

pub struct lower_t<x> {
    x: x,
}

Fields

Trait Implementations

impl<x: Debug> Debug for lower_t<x>

Formats the value using the given formatter.

impl<x: Clone> Clone for lower_t<x>

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<x: Copy> Copy for lower_t<x>

impl<x> Expression for lower_t<x> where
    &'a x: Expression

impl<x, DB> QueryFragment<DB> for lower_t<x> where
    DB: Backend,
    &'a x: QueryFragment<DB>, 

[src]

[src]

[src]

impl<x> QueryId for lower_t<x> where
    x: QueryId

impl<x, QS> SelectableExpression<QS> for lower_t<x> where
    x: SelectableExpression<QS>,
    lower_t<x>: AppearsOnTable<QS>, 

impl<x, QS> AppearsOnTable<QS> for lower_t<x> where
    x: AppearsOnTable<QS>,
    lower_t<x>: Expression

impl<x> NonAggregate for lower_t<x> where
    x: NonAggregate,
    lower_t<x>: Expression