pub struct RecoverAsyncMethod {
pub requeue: bool,
}Fields§
§requeue: boolTrait Implementations§
Source§impl Clone for RecoverAsyncMethod
impl Clone for RecoverAsyncMethod
Source§fn clone(&self) -> RecoverAsyncMethod
fn clone(&self) -> RecoverAsyncMethod
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 RecoverAsyncMethod
impl Debug for RecoverAsyncMethod
Source§impl PartialEq for RecoverAsyncMethod
impl PartialEq for RecoverAsyncMethod
impl StructuralPartialEq for RecoverAsyncMethod
Auto Trait Implementations§
impl Freeze for RecoverAsyncMethod
impl RefUnwindSafe for RecoverAsyncMethod
impl Send for RecoverAsyncMethod
impl Sync for RecoverAsyncMethod
impl Unpin for RecoverAsyncMethod
impl UnwindSafe for RecoverAsyncMethod
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