pub struct GetEmpty {}
Expand description
get-empty (Generated)
Implementations§
Source§impl GetEmpty
impl GetEmpty
Sourcepub fn get_amqp_class_id(&self) -> u16
pub fn get_amqp_class_id(&self) -> u16
Get the AMQP class id for get-empty (Generated)
Sourcepub fn get_amqp_method_id(&self) -> u16
pub fn get_amqp_method_id(&self) -> u16
Get the AMQP method id for get-empty (Generated)
Trait Implementations§
impl StructuralPartialEq for GetEmpty
Auto Trait Implementations§
impl Freeze for GetEmpty
impl RefUnwindSafe for GetEmpty
impl Send for GetEmpty
impl Sync for GetEmpty
impl Unpin for GetEmpty
impl UnwindSafe for GetEmpty
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