pub struct Sv2ClientsSummary {
pub total_clients: usize,
pub total_channels: usize,
pub extended_channels: usize,
pub standard_channels: usize,
pub total_hashrate: f32,
}Expand description
Aggregate information about all Sv2 clients
Fields§
§total_clients: usize§total_channels: usize§extended_channels: usize§standard_channels: usize§total_hashrate: f32Trait Implementations§
Source§impl Clone for Sv2ClientsSummary
impl Clone for Sv2ClientsSummary
Source§fn clone(&self) -> Sv2ClientsSummary
fn clone(&self) -> Sv2ClientsSummary
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 ComposeSchema for Sv2ClientsSummary
impl ComposeSchema for Sv2ClientsSummary
Source§impl Debug for Sv2ClientsSummary
impl Debug for Sv2ClientsSummary
Source§impl<'de> Deserialize<'de> for Sv2ClientsSummary
impl<'de> Deserialize<'de> for Sv2ClientsSummary
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
Source§impl Serialize for Sv2ClientsSummary
impl Serialize for Sv2ClientsSummary
Auto Trait Implementations§
impl Freeze for Sv2ClientsSummary
impl RefUnwindSafe for Sv2ClientsSummary
impl Send for Sv2ClientsSummary
impl Sync for Sv2ClientsSummary
impl Unpin for Sv2ClientsSummary
impl UnsafeUnpin for Sv2ClientsSummary
impl UnwindSafe for Sv2ClientsSummary
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