Struct lapin_async::queue::Binding
source · pub struct Binding {
pub exchange: String,
pub routing_key: String,
pub no_wait: bool,
pub active: bool,
}Fields
exchange: Stringrouting_key: Stringno_wait: boolactive: boolImplementations
Trait Implementations
impl StructuralPartialEq for Binding
Auto Trait Implementations
impl RefUnwindSafe for Binding
impl Send for Binding
impl Sync for Binding
impl Unpin for Binding
impl UnwindSafe for Binding
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more