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