Enum cdrs::frame::frame_result::ChangeType [] [src]

pub enum ChangeType {
    Created,
    Updated,
    Dropped,
}

Represents type of changes.

Variants

Trait Implementations

impl Debug for ChangeType
[src]

Formats the value using the given formatter.

impl FromCursor for ChangeType
[src]

It should return an implementor from an io::Cursor over an array of bytes.