Enum rustorm::query::SqlType [] [src]

pub enum SqlType {
    SELECT,
    INSERT,
    UPDATE,
    DELETE,
}

Could have been SqlAction

Variants

SELECT
INSERT
UPDATE
DELETE

Trait Implementations

Derived Implementations

impl Debug for SqlType

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Clone for SqlType

fn clone(&self) -> SqlType

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