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