Struct deuterium::Max [] [src]

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

Fields

Methods

impl<R: Clone + 'static, T: Clone + 'static, E: MaxArg<R, T> + 'static> Max<R, T, E>
[src]

[src]

Trait Implementations

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

[src]

impl<R: Clone + Clone + 'static, T: Clone + Clone + 'static, E: Clone + MaxArg<R, T>> Clone for Max<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 + MaxArg<R, T>> Debug for Max<R, T, E>
[src]

[src]

Formats the value using the given formatter. Read more

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

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

Auto Trait Implementations

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

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