pub struct NoAttemptEvents;Trait Implementations§
Source§impl AttemptEventSink for NoAttemptEvents
impl AttemptEventSink for NoAttemptEvents
fn emit(&self, _event: AttemptEvent)
Source§impl Clone for NoAttemptEvents
impl Clone for NoAttemptEvents
Source§fn clone(&self) -> NoAttemptEvents
fn clone(&self) -> NoAttemptEvents
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for NoAttemptEvents
Source§impl Debug for NoAttemptEvents
impl Debug for NoAttemptEvents
Source§impl Default for NoAttemptEvents
impl Default for NoAttemptEvents
Source§fn default() -> NoAttemptEvents
fn default() -> NoAttemptEvents
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for NoAttemptEvents
impl RefUnwindSafe for NoAttemptEvents
impl Send for NoAttemptEvents
impl Sync for NoAttemptEvents
impl Unpin for NoAttemptEvents
impl UnsafeUnpin for NoAttemptEvents
impl UnwindSafe for NoAttemptEvents
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