Struct lapin_async::generated::exchange::Declare
[−]
[src]
pub struct Declare {
pub ticket: ShortUInt,
pub exchange: ShortString,
pub type_: ShortString,
pub passive: Boolean,
pub durable: Boolean,
pub auto_delete: Boolean,
pub internal: Boolean,
pub nowait: Boolean,
pub arguments: FieldTable,
}Fields
ticket: ShortUInt
exchange: ShortString
type_: ShortString
passive: Boolean
durable: Boolean
auto_delete: Boolean
internal: Boolean
nowait: Boolean
arguments: FieldTable
Trait Implementations
impl Clone for Declare[src]
fn clone(&self) -> Declare[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Debug for Declare[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more