pub struct RemoteMetricsSnapshot {
pub per_address: Vec<RemoteMetricsRow>,
}Fields§
§per_address: Vec<RemoteMetricsRow>Trait Implementations§
Source§impl Clone for RemoteMetricsSnapshot
impl Clone for RemoteMetricsSnapshot
Source§fn clone(&self) -> RemoteMetricsSnapshot
fn clone(&self) -> RemoteMetricsSnapshot
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 moreSource§impl Debug for RemoteMetricsSnapshot
impl Debug for RemoteMetricsSnapshot
Source§impl Default for RemoteMetricsSnapshot
impl Default for RemoteMetricsSnapshot
Source§fn default() -> RemoteMetricsSnapshot
fn default() -> RemoteMetricsSnapshot
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RemoteMetricsSnapshot
impl RefUnwindSafe for RemoteMetricsSnapshot
impl Send for RemoteMetricsSnapshot
impl Sync for RemoteMetricsSnapshot
impl Unpin for RemoteMetricsSnapshot
impl UnsafeUnpin for RemoteMetricsSnapshot
impl UnwindSafe for RemoteMetricsSnapshot
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