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