pub struct AddressRotationStats {
pub devices_with_names: usize,
pub total_devices: usize,
pub address_mappings: usize,
}Expand description
Statistics about address rotation handling
Fields§
§devices_with_names: usizeNumber of devices tracked by name
total_devices: usizeTotal number of devices tracked
address_mappings: usizeNumber of address mappings
Trait Implementations§
Source§impl Clone for AddressRotationStats
impl Clone for AddressRotationStats
Source§fn clone(&self) -> AddressRotationStats
fn clone(&self) -> AddressRotationStats
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 AddressRotationStats
impl Debug for AddressRotationStats
impl Copy for AddressRotationStats
Auto Trait Implementations§
impl Freeze for AddressRotationStats
impl RefUnwindSafe for AddressRotationStats
impl Send for AddressRotationStats
impl Sync for AddressRotationStats
impl Unpin for AddressRotationStats
impl UnwindSafe for AddressRotationStats
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