pub struct PublishMethod {
pub reserved1: u16,
pub exchange: AmqpString,
pub routing_key: AmqpString,
pub mandatory: bool,
pub immediate: bool,
}Fields§
§reserved1: u16§exchange: AmqpString§routing_key: AmqpString§mandatory: bool§immediate: boolTrait Implementations§
Source§impl Clone for PublishMethod
impl Clone for PublishMethod
Source§fn clone(&self) -> PublishMethod
fn clone(&self) -> PublishMethod
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 PublishMethod
impl Debug for PublishMethod
Source§impl PartialEq for PublishMethod
impl PartialEq for PublishMethod
impl StructuralPartialEq for PublishMethod
Auto Trait Implementations§
impl !Freeze for PublishMethod
impl RefUnwindSafe for PublishMethod
impl Send for PublishMethod
impl Sync for PublishMethod
impl Unpin for PublishMethod
impl UnwindSafe for PublishMethod
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