pub struct ParticipantStateCorrupt {
pub conversation_id: ConversationId,
pub reason: ParticipantStateCorruptReason,
}Expand description
Candidate validation or startup decoding found corrupt participant state.
Fields§
§conversation_id: ConversationIdConversation whose durable bytes remain preserved and fail closed.
reason: ParticipantStateCorruptReasonFirst exact corruption reason in validation order.
Trait Implementations§
Source§impl Clone for ParticipantStateCorrupt
impl Clone for ParticipantStateCorrupt
Source§fn clone(&self) -> ParticipantStateCorrupt
fn clone(&self) -> ParticipantStateCorrupt
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 ParticipantStateCorrupt
Source§impl Debug for ParticipantStateCorrupt
impl Debug for ParticipantStateCorrupt
impl Eq for ParticipantStateCorrupt
Source§impl PartialEq for ParticipantStateCorrupt
impl PartialEq for ParticipantStateCorrupt
impl StructuralPartialEq for ParticipantStateCorrupt
Auto Trait Implementations§
impl Freeze for ParticipantStateCorrupt
impl RefUnwindSafe for ParticipantStateCorrupt
impl Send for ParticipantStateCorrupt
impl Sync for ParticipantStateCorrupt
impl Unpin for ParticipantStateCorrupt
impl UnsafeUnpin for ParticipantStateCorrupt
impl UnwindSafe for ParticipantStateCorrupt
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