Enum deuterium::Select [] [src]

pub enum Select {
    Only(Vec<SharedExpression>),
    All,
}

Variants

Trait Implementations

impl Clone for Select
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Select
[src]

[src]

Formats the value using the given formatter. Read more

impl ToSql for Select
[src]

[src]

Auto Trait Implementations

impl !Send for Select

impl !Sync for Select