Struct deuterium::Min [] [src]

pub struct Min<R: Clone + 'static, T: Clone + 'static, E: MinArg<R, T>> {
    pub expression: E,
    // some fields omitted
}

Fields

Methods

impl<R: Clone + 'static, T: Clone + 'static, E: MinArg<R, T> + 'static> Min<R, T, E>
[src]

[src]

Trait Implementations

impl<R, T, E> ToSql for Min<R, T, E> where
    R: Clone + 'static,
    T: Clone + 'static,
    E: MinArg<R, T>, 
[src]

[src]

impl<R: Clone + Clone + 'static, T: Clone + Clone + 'static, E: Clone + MinArg<R, T>> Clone for Min<R, T, E>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<R: Debug + Clone + 'static, T: Debug + Clone + 'static, E: Debug + MinArg<R, T>> Debug for Min<R, T, E>
[src]

[src]

Formats the value using the given formatter. Read more

impl<R: Clone + 'static + Debug, T: Clone + 'static + Debug, E: MinArg<R, T> + 'static> UntypedExpression for Min<R, T, E>
[src]

impl<R: Clone + 'static + Debug, T: Clone + 'static + Debug, E: MinArg<R, T> + 'static> Expression<R> for Min<R, T, E>
[src]

Auto Trait Implementations

impl<R, T, E> Send for Min<R, T, E> where
    E: Send,
    R: Send,
    T: Send

impl<R, T, E> Sync for Min<R, T, E> where
    E: Sync,
    R: Sync,
    T: Sync