Enum open_protocol::types::RCLostAction [] [src]

#[repr(u8)]
pub enum RCLostAction { Exit, Continue, }

Variants

Trait Implementations

impl Debug for RCLostAction
[src]

Formats the value using the given formatter.

impl Copy for RCLostAction
[src]

impl Clone for RCLostAction
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for RCLostAction
[src]

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

This method tests for !=.

impl From<u8> for RCLostAction
[src]

Performs the conversion.