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