pub struct FailureEvent {
pub source: String,
pub failure_type: FailureType,
pub timestamp_ms: u64,
}Expand description
A failure propagation event.
Fields§
§source: String§failure_type: FailureType§timestamp_ms: u64Trait Implementations§
Source§impl Clone for FailureEvent
impl Clone for FailureEvent
Source§fn clone(&self) -> FailureEvent
fn clone(&self) -> FailureEvent
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 moreAuto Trait Implementations§
impl Freeze for FailureEvent
impl RefUnwindSafe for FailureEvent
impl Send for FailureEvent
impl Sync for FailureEvent
impl Unpin for FailureEvent
impl UnsafeUnpin for FailureEvent
impl UnwindSafe for FailureEvent
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