Enum mdl::signal::SigType[][src]

pub enum SigType {
    Update,
    Delete,
}

Variants

Trait Implementations

impl Clone for SigType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for SigType
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for SigType

impl Sync for SigType