Enum open_protocol::types::RCLostAction
[−]
[src]
#[repr(u8)]pub enum RCLostAction { Exit, Continue, }
Variants
Exit
Continue
Trait Implementations
impl Debug for RCLostAction
[src]
impl Copy for RCLostAction
[src]
impl Clone for RCLostAction
[src]
fn clone(&self) -> RCLostAction
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more
impl PartialEq for RCLostAction
[src]
fn eq(&self, __arg_0: &RCLostAction) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0
This method tests for !=
.
impl From<u8> for RCLostAction
[src]
fn from(v: u8) -> RCLostAction
Performs the conversion.