pub struct Unbind {
pub ticket: u16,
pub queue: String,
pub exchange: String,
pub routing_key: String,
pub arguments: Table,
}Fields§
§ticket: u16§queue: String§exchange: String§routing_key: String§arguments: TableTrait Implementations§
Source§impl Method for Unbind
impl Method for Unbind
fn decode(method_frame: MethodFrame) -> Result<Self>where
Self: Sized,
fn encode(&self) -> Result<EncodedMethod>
fn name(&self) -> &'static str
fn id(&self) -> u16
fn class_id(&self) -> u16
fn encode_method_frame(&self) -> Result<FramePayload>
fn to_frame(&self, channel: u16) -> Result<Frame>
impl Send for Unbind
impl StructuralPartialEq for Unbind
Auto Trait Implementations§
impl Freeze for Unbind
impl RefUnwindSafe for Unbind
impl Sync for Unbind
impl Unpin for Unbind
impl UnwindSafe for Unbind
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