Enum sqlpop::ast::TriggerTime [] [src]

pub enum TriggerTime {
    Before,
    After,
    InsteadOf,
}

Variants

Trait Implementations

impl Copy for TriggerTime
[src]

impl Clone for TriggerTime
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for TriggerTime
[src]

Formats the value using the given formatter.

impl PartialEq for TriggerTime
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for TriggerTime
[src]