pub struct StatsHistoryServiceNodeResponse {
pub interval_ms: i64,
pub samples: Vec<NodeStatsSample>,
}Fields§
§interval_ms: i64§samples: Vec<NodeStatsSample>Trait Implementations§
Source§impl Clone for StatsHistoryServiceNodeResponse
impl Clone for StatsHistoryServiceNodeResponse
Source§fn clone(&self) -> StatsHistoryServiceNodeResponse
fn clone(&self) -> StatsHistoryServiceNodeResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'de> Deserialize<'de> for StatsHistoryServiceNodeResponse
impl<'de> Deserialize<'de> for StatsHistoryServiceNodeResponse
Source§fn 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
Auto Trait Implementations§
impl Freeze for StatsHistoryServiceNodeResponse
impl RefUnwindSafe for StatsHistoryServiceNodeResponse
impl Send for StatsHistoryServiceNodeResponse
impl Sync for StatsHistoryServiceNodeResponse
impl Unpin for StatsHistoryServiceNodeResponse
impl UnsafeUnpin for StatsHistoryServiceNodeResponse
impl UnwindSafe for StatsHistoryServiceNodeResponse
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