Enum zmq::Mechanism
[−]
[src]
pub enum Mechanism { ZMQ_NULL, ZMQ_PLAIN, ZMQ_CURVE, ZMQ_GSSAPI, }
Security Mechanism
Variants
ZMQ_NULL
ZMQ_PLAIN
ZMQ_CURVE
ZMQ_GSSAPI
Trait Implementations
impl Clone for Mechanism
[src]
fn clone(&self) -> Mechanism
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 Debug for Mechanism
[src]
impl PartialEq for Mechanism
[src]
fn eq(&self, __arg_0: &Mechanism) -> 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 !=
.