Struct bee_api_types::responses::LatestMilestoneResponse
source · [−]pub struct LatestMilestoneResponse {
pub index: u32,
pub timestamp: Option<u32>,
pub milestone_id: Option<String>,
}Expand description
Returned in StatusResponse.
Information about the latest milestone.
Fields
index: u32timestamp: Option<u32>milestone_id: Option<String>Trait Implementations
sourceimpl Clone for LatestMilestoneResponse
impl Clone for LatestMilestoneResponse
sourcefn clone(&self) -> LatestMilestoneResponse
fn clone(&self) -> LatestMilestoneResponse
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for LatestMilestoneResponse
impl Debug for LatestMilestoneResponse
sourceimpl<'de> Deserialize<'de> for LatestMilestoneResponse
impl<'de> Deserialize<'de> for LatestMilestoneResponse
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl PartialEq<LatestMilestoneResponse> for LatestMilestoneResponse
impl PartialEq<LatestMilestoneResponse> for LatestMilestoneResponse
sourcefn eq(&self, other: &LatestMilestoneResponse) -> bool
fn eq(&self, other: &LatestMilestoneResponse) -> bool
sourceimpl Serialize for LatestMilestoneResponse
impl Serialize for LatestMilestoneResponse
impl Eq for LatestMilestoneResponse
impl StructuralEq for LatestMilestoneResponse
impl StructuralPartialEq for LatestMilestoneResponse
Auto Trait Implementations
impl RefUnwindSafe for LatestMilestoneResponse
impl Send for LatestMilestoneResponse
impl Sync for LatestMilestoneResponse
impl Unpin for LatestMilestoneResponse
impl UnwindSafe for LatestMilestoneResponse
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more