pub struct DeviceLoad {
pub current_subscriptions: Option<u16>,
pub current_subscriptions_for_fabric: Option<u16>,
pub total_subscriptions_established: Option<u32>,
pub total_interaction_model_messages_sent: Option<u32>,
pub total_interaction_model_messages_received: Option<u32>,
}Fields§
§current_subscriptions: Option<u16>§current_subscriptions_for_fabric: Option<u16>§total_subscriptions_established: Option<u32>§total_interaction_model_messages_sent: Option<u32>§total_interaction_model_messages_received: Option<u32>Trait Implementations§
Source§impl Debug for DeviceLoad
impl Debug for DeviceLoad
Auto Trait Implementations§
impl Freeze for DeviceLoad
impl RefUnwindSafe for DeviceLoad
impl Send for DeviceLoad
impl Sync for DeviceLoad
impl Unpin for DeviceLoad
impl UnsafeUnpin for DeviceLoad
impl UnwindSafe for DeviceLoad
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