Struct bee_api_types::responses::MetricsResponse
source · [−]pub struct MetricsResponse {
pub blocks_per_second: f64,
pub referenced_blocks_per_second: f64,
pub referenced_rate: f64,
}Expand description
Returned in InfoResponse.
Metric information about the node.
Fields
blocks_per_second: f64referenced_blocks_per_second: f64referenced_rate: f64Trait Implementations
sourceimpl Clone for MetricsResponse
impl Clone for MetricsResponse
sourcefn clone(&self) -> MetricsResponse
fn clone(&self) -> MetricsResponse
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 MetricsResponse
impl Debug for MetricsResponse
sourceimpl<'de> Deserialize<'de> for MetricsResponse
impl<'de> Deserialize<'de> for MetricsResponse
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<MetricsResponse> for MetricsResponse
impl PartialEq<MetricsResponse> for MetricsResponse
sourcefn eq(&self, other: &MetricsResponse) -> bool
fn eq(&self, other: &MetricsResponse) -> bool
sourceimpl Serialize for MetricsResponse
impl Serialize for MetricsResponse
impl StructuralPartialEq for MetricsResponse
Auto Trait Implementations
impl RefUnwindSafe for MetricsResponse
impl Send for MetricsResponse
impl Sync for MetricsResponse
impl Unpin for MetricsResponse
impl UnwindSafe for MetricsResponse
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