pub struct LinuxNativeSubscriberStats {
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 LinuxNativeSubscriberStats
impl Clone for LinuxNativeSubscriberStats
Source§fn clone(&self) -> LinuxNativeSubscriberStats
fn clone(&self) -> LinuxNativeSubscriberStats
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 LinuxNativeSubscriberStats
impl Debug for LinuxNativeSubscriberStats
Source§impl Default for LinuxNativeSubscriberStats
impl Default for LinuxNativeSubscriberStats
Source§fn default() -> LinuxNativeSubscriberStats
fn default() -> LinuxNativeSubscriberStats
Returns the “default value” for a type. Read more
impl Copy for LinuxNativeSubscriberStats
impl Eq for LinuxNativeSubscriberStats
impl StructuralPartialEq for LinuxNativeSubscriberStats
Auto Trait Implementations§
impl Freeze for LinuxNativeSubscriberStats
impl RefUnwindSafe for LinuxNativeSubscriberStats
impl Send for LinuxNativeSubscriberStats
impl Sync for LinuxNativeSubscriberStats
impl Unpin for LinuxNativeSubscriberStats
impl UnsafeUnpin for LinuxNativeSubscriberStats
impl UnwindSafe for LinuxNativeSubscriberStats
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