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