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