pub struct PruningMilestoneIndexChanged {
pub index: MilestoneIndex,
}Expand description
An event that indicates that the pruning milestone has changed.
Fields§
§index: MilestoneIndexThe index of the milestone
Trait Implementations§
Source§impl Clone for PruningMilestoneIndexChanged
impl Clone for PruningMilestoneIndexChanged
Source§fn clone(&self) -> PruningMilestoneIndexChanged
fn clone(&self) -> PruningMilestoneIndexChanged
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 PruningMilestoneIndexChanged
impl RefUnwindSafe for PruningMilestoneIndexChanged
impl Send for PruningMilestoneIndexChanged
impl Sync for PruningMilestoneIndexChanged
impl Unpin for PruningMilestoneIndexChanged
impl UnwindSafe for PruningMilestoneIndexChanged
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