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