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