pub struct DeadBlockDetected {
pub slot: Slot,
}Fields§
§slot: SlotTrait Implementations§
Source§impl Clone for DeadBlockDetected
impl Clone for DeadBlockDetected
Source§fn clone(&self) -> DeadBlockDetected
fn clone(&self) -> DeadBlockDetected
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 DeadBlockDetected
impl Debug for DeadBlockDetected
Source§impl<EventStore> From<DeadBlockDetected> for BlockMachineOutput<EventStore>
impl<EventStore> From<DeadBlockDetected> for BlockMachineOutput<EventStore>
Source§fn from(value: DeadBlockDetected) -> Self
fn from(value: DeadBlockDetected) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for DeadBlockDetected
impl RefUnwindSafe for DeadBlockDetected
impl Send for DeadBlockDetected
impl Sync for DeadBlockDetected
impl Unpin for DeadBlockDetected
impl UnsafeUnpin for DeadBlockDetected
impl UnwindSafe for DeadBlockDetected
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