Enum toshi::wal_capnp::Action[][src]

#[repr(u16)]
pub enum Action { Create, Update, Delete, }

Variants

Trait Implementations

impl Clone for Action
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Action
[src]

impl PartialEq for Action
[src]

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

This method tests for !=.

impl FromU16 for Action
[src]

impl ToU16 for Action
[src]

impl HasTypeId for Action
[src]

Auto Trait Implementations

impl Send for Action

impl Sync for Action