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