pub struct WindowsNativeSubscriberStats {
pub active: bool,
pub starts: u64,
pub stops: u64,
pub adapter_attempts: u64,
pub adapter_failures: u64,
}Fields§
§active: bool§starts: u64§stops: u64§adapter_attempts: u64§adapter_failures: u64Trait Implementations§
Source§impl Clone for WindowsNativeSubscriberStats
impl Clone for WindowsNativeSubscriberStats
Source§fn clone(&self) -> WindowsNativeSubscriberStats
fn clone(&self) -> WindowsNativeSubscriberStats
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 WindowsNativeSubscriberStats
impl Debug for WindowsNativeSubscriberStats
Source§impl Default for WindowsNativeSubscriberStats
impl Default for WindowsNativeSubscriberStats
Source§fn default() -> WindowsNativeSubscriberStats
fn default() -> WindowsNativeSubscriberStats
Returns the “default value” for a type. Read more
Source§impl PartialEq for WindowsNativeSubscriberStats
impl PartialEq for WindowsNativeSubscriberStats
Source§fn eq(&self, other: &WindowsNativeSubscriberStats) -> bool
fn eq(&self, other: &WindowsNativeSubscriberStats) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for WindowsNativeSubscriberStats
impl Eq for WindowsNativeSubscriberStats
impl StructuralPartialEq for WindowsNativeSubscriberStats
Auto Trait Implementations§
impl Freeze for WindowsNativeSubscriberStats
impl RefUnwindSafe for WindowsNativeSubscriberStats
impl Send for WindowsNativeSubscriberStats
impl Sync for WindowsNativeSubscriberStats
impl Unpin for WindowsNativeSubscriberStats
impl UnsafeUnpin for WindowsNativeSubscriberStats
impl UnwindSafe for WindowsNativeSubscriberStats
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