Struct bee_tangle::event::ConfirmedMilestoneChanged [−][src]
pub struct ConfirmedMilestoneChanged {
pub index: MilestoneIndex,
pub milestone: Milestone,
}An event that indicates that the confirmed milestone has changed.
Fields
index: MilestoneIndexThe index of the milestone
milestone: MilestoneThe milestone data
Trait Implementations
impl Clone for ConfirmedMilestoneChanged[src]
impl Clone for ConfirmedMilestoneChanged[src]fn clone(&self) -> ConfirmedMilestoneChanged[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
Auto Trait Implementations
impl RefUnwindSafe for ConfirmedMilestoneChanged
impl RefUnwindSafe for ConfirmedMilestoneChangedimpl Send for ConfirmedMilestoneChanged
impl Send for ConfirmedMilestoneChangedimpl Sync for ConfirmedMilestoneChanged
impl Sync for ConfirmedMilestoneChangedimpl Unpin for ConfirmedMilestoneChanged
impl Unpin for ConfirmedMilestoneChangedimpl UnwindSafe for ConfirmedMilestoneChanged
impl UnwindSafe for ConfirmedMilestoneChanged