Struct amq_protocol::protocol::channel::Flow [−][src]
pub struct Flow { pub active: Boolean, }
Fields
active: Boolean
Trait Implementations
impl Clone for Flow
[src]
impl Clone for Flow
fn clone(&self) -> Flow
[src]
fn clone(&self) -> Flow
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for Flow
[src]
impl Debug for Flow
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl PartialEq for Flow
[src]
impl PartialEq for Flow