pub enum ExecutionGuardEvent {
Degraded {
error: String,
},
Recovered,
}Variants§
Trait Implementations§
Source§impl Clone for ExecutionGuardEvent
impl Clone for ExecutionGuardEvent
Source§fn clone(&self) -> ExecutionGuardEvent
fn clone(&self) -> ExecutionGuardEvent
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 moreSource§impl Debug for ExecutionGuardEvent
impl Debug for ExecutionGuardEvent
impl Eq for ExecutionGuardEvent
Source§impl PartialEq for ExecutionGuardEvent
impl PartialEq for ExecutionGuardEvent
Source§fn eq(&self, other: &ExecutionGuardEvent) -> bool
fn eq(&self, other: &ExecutionGuardEvent) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ExecutionGuardEvent
Auto Trait Implementations§
impl Freeze for ExecutionGuardEvent
impl RefUnwindSafe for ExecutionGuardEvent
impl Send for ExecutionGuardEvent
impl Sync for ExecutionGuardEvent
impl Unpin for ExecutionGuardEvent
impl UnsafeUnpin for ExecutionGuardEvent
impl UnwindSafe for ExecutionGuardEvent
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