Enum cdrs::frame::events::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. Read more

impl PartialEq for ChangeType
[src]

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

This method tests for !=.

impl FromCursor for ChangeType
[src]

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

Auto Trait Implementations

impl Send for ChangeType

impl Sync for ChangeType