pub struct MilestoneResponse {
pub index: u32,
pub message_id: MessageId,
pub timestamp: u64,
}
Expand description
Milestone data.
Fields§
§index: u32
Milestone index.
message_id: MessageId
Milestone message id.
timestamp: u64
Milestone timestamp.
Trait Implementations§
Source§impl Clone for MilestoneResponse
impl Clone for MilestoneResponse
Source§fn clone(&self) -> MilestoneResponse
fn clone(&self) -> MilestoneResponse
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for MilestoneResponse
impl Debug for MilestoneResponse
Source§impl Serialize for MilestoneResponse
impl Serialize for MilestoneResponse
impl Copy for MilestoneResponse
Auto Trait Implementations§
impl Freeze for MilestoneResponse
impl RefUnwindSafe for MilestoneResponse
impl Send for MilestoneResponse
impl Sync for MilestoneResponse
impl Unpin for MilestoneResponse
impl UnwindSafe for MilestoneResponse
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