Struct cdrs::frame::events::SchemaChange[][src]

pub struct SchemaChange {
    pub change_type: ChangeType,
    pub target: Target,
    pub options: ChangeSchemeOptions,
}

Events related to schema change.

Fields

Trait Implementations

impl Debug for SchemaChange
[src]

Formats the value using the given formatter. Read more

impl PartialEq for SchemaChange
[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 SchemaChange
[src]

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

Auto Trait Implementations