pub struct CoordinatorStats {
pub total_devices: usize,
pub accessible_devices: usize,
pub blocked_devices: usize,
pub unknown_devices: usize,
pub error_devices: usize,
}Expand description
Statistics about the firewall detection coordinator.
Fields§
§total_devices: usize§accessible_devices: usize§blocked_devices: usize§unknown_devices: usize§error_devices: usizeTrait Implementations§
Source§impl Clone for CoordinatorStats
impl Clone for CoordinatorStats
Source§fn clone(&self) -> CoordinatorStats
fn clone(&self) -> CoordinatorStats
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 moreAuto Trait Implementations§
impl Freeze for CoordinatorStats
impl RefUnwindSafe for CoordinatorStats
impl Send for CoordinatorStats
impl Sync for CoordinatorStats
impl Unpin for CoordinatorStats
impl UnsafeUnpin for CoordinatorStats
impl UnwindSafe for CoordinatorStats
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