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