Enum reform::structure::StatementResult[][src]

pub enum StatementResult<T> {
    Executed(T),
    NotExecuted(T),
    NoChange,
    Done,
}

Variants

Trait Implementations

impl<T: Debug> Debug for StatementResult<T>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<T> Send for StatementResult<T> where
    T: Send

impl<T> Sync for StatementResult<T> where
    T: Sync