Struct open_protocol::types::SwitchResultAck
[−]
[src]
pub struct SwitchResultAck { /* fields omitted */ }
Methods
impl SwitchResultAck
[src]
fn in_progress(&self) -> bool
Trait Implementations
impl Debug for SwitchResultAck
[src]
impl Copy for SwitchResultAck
[src]
impl Clone for SwitchResultAck
[src]
fn clone(&self) -> SwitchResultAck
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 SwitchResultAck
[src]
fn eq(&self, __arg_0: &SwitchResultAck) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &SwitchResultAck) -> bool
This method tests for !=
.