pub struct DeclareResult {
pub queue: AmqpString,
pub message_count: u32,
pub consumer_count: u32,
}
Fields§
§queue: AmqpString
§message_count: u32
§consumer_count: u32
Trait Implementations§
Source§impl Clone for DeclareOkMethod
impl Clone for DeclareOkMethod
Source§fn clone(&self) -> DeclareOkMethod
fn clone(&self) -> DeclareOkMethod
Returns a duplicate 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 moreSource§impl Debug for DeclareOkMethod
impl Debug for DeclareOkMethod
Source§impl PartialEq for DeclareOkMethod
impl PartialEq for DeclareOkMethod
impl StructuralPartialEq for DeclareOkMethod
Auto Trait Implementations§
impl !Freeze for DeclareOkMethod
impl RefUnwindSafe for DeclareOkMethod
impl Send for DeclareOkMethod
impl Sync for DeclareOkMethod
impl Unpin for DeclareOkMethod
impl UnwindSafe for DeclareOkMethod
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