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