pub struct SnapshotMilestoneIndexChanged {
pub index: MilestoneIndex,
}Expand description
An event that indicates that the snapshot milestone has changed.
Fields§
§index: MilestoneIndexThe index of the milestone
Trait Implementations§
Source§impl Clone for SnapshotMilestoneIndexChanged
impl Clone for SnapshotMilestoneIndexChanged
Source§fn clone(&self) -> SnapshotMilestoneIndexChanged
fn clone(&self) -> SnapshotMilestoneIndexChanged
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for SnapshotMilestoneIndexChanged
impl RefUnwindSafe for SnapshotMilestoneIndexChanged
impl Send for SnapshotMilestoneIndexChanged
impl Sync for SnapshotMilestoneIndexChanged
impl Unpin for SnapshotMilestoneIndexChanged
impl UnwindSafe for SnapshotMilestoneIndexChanged
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more