pub struct RecoverAsync {
pub requeue: bool,
}Fields§
§requeue: boolTrait Implementations§
Source§impl Debug for RecoverAsync
impl Debug for RecoverAsync
Source§impl Method for RecoverAsync
impl Method for RecoverAsync
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>
Source§impl PartialEq for RecoverAsync
impl PartialEq for RecoverAsync
impl Send for RecoverAsync
impl StructuralPartialEq for RecoverAsync
Auto Trait Implementations§
impl Freeze for RecoverAsync
impl RefUnwindSafe for RecoverAsync
impl Sync for RecoverAsync
impl Unpin for RecoverAsync
impl UnwindSafe for RecoverAsync
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