pub struct CorruptEvent {
pub event_id: EventId,
pub issue_id: String,
pub kind: CorruptionKind,
}Expand description
A corrupt event with details
Fields§
§event_id: EventId§issue_id: String§kind: CorruptionKindTrait Implementations§
Auto Trait Implementations§
impl Freeze for CorruptEvent
impl RefUnwindSafe for CorruptEvent
impl Send for CorruptEvent
impl Sync for CorruptEvent
impl Unpin for CorruptEvent
impl UnwindSafe for CorruptEvent
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