pub struct QueueOptions {
pub kind: ExchangeKind,
pub ex_opts: ExchangeDeclareOptions,
pub ex_field: FieldTable,
pub queue_opts: QueueDeclareOptions,
pub queue_field: FieldTable,
pub bind_opts: QueueBindOptions,
pub bind_field: FieldTable,
}
Fields§
§kind: ExchangeKind
§ex_opts: ExchangeDeclareOptions
§ex_field: FieldTable
§queue_opts: QueueDeclareOptions
§queue_field: FieldTable
§bind_opts: QueueBindOptions
§bind_field: FieldTable
Trait Implementations§
Source§impl Clone for QueueOptions
impl Clone for QueueOptions
Source§fn clone(&self) -> QueueOptions
fn clone(&self) -> QueueOptions
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for QueueOptions
impl RefUnwindSafe for QueueOptions
impl Send for QueueOptions
impl Sync for QueueOptions
impl Unpin for QueueOptions
impl UnwindSafe for QueueOptions
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more