Enum server::query::Where [] [src]

pub enum Where {
    Select,
    Delete(String),
}

Variants

Select
Delete

Methods

impl Where

fn unwrap(&self) -> String

Trait Implementations

Derived Implementations

impl Clone for Where

fn clone(&self) -> Where

fn clone_from(&mut self, source: &Self)

impl PartialEq for Where

fn eq(&self, __arg_0: &Where) -> bool

fn ne(&self, __arg_0: &Where) -> bool