Struct amq_protocol::queue::delete::Delete
[−]
[src]
pub struct Delete { pub ticket: Ticket, pub queue: Queue, pub if_unused: IfUnused, pub if_empty: IfEmpty, pub nowait: Nowait, }
Fields
ticket: Ticket
queue: Queue
if_unused: IfUnused
if_empty: IfEmpty
nowait: Nowait
Methods
impl Delete
[src]
Trait Implementations
impl Debug for Delete
[src]
impl PartialEq for Delete
[src]
fn eq(&self, __arg_0: &Delete) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &Delete) -> bool
This method tests for !=
.
impl Clone for Delete
[src]
fn clone(&self) -> Delete
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