pub struct DBusStats {
pub serial: Option<u32>,
pub active_connections: Option<u32>,
pub incomplete_connections: Option<u32>,
pub bus_names: Option<u32>,
pub peak_bus_names: Option<u32>,
pub peak_bus_names_per_connection: Option<u32>,
pub match_rules: Option<u32>,
pub peak_match_rules: Option<u32>,
pub peak_match_rules_per_connection: Option<u32>,
pub dbus_broker_peer_accounting: Option<HashMap<String, DBusBrokerPeerAccounting>>,
pub dbus_broker_user_accounting: Option<HashMap<u32, DBusBrokerUserAccounting>>,
}
Fields§
§serial: Option<u32>
§active_connections: Option<u32>
§incomplete_connections: Option<u32>
§bus_names: Option<u32>
§peak_bus_names: Option<u32>
§peak_bus_names_per_connection: Option<u32>
§match_rules: Option<u32>
§peak_match_rules: Option<u32>
§peak_match_rules_per_connection: Option<u32>
§dbus_broker_peer_accounting: Option<HashMap<String, DBusBrokerPeerAccounting>>
§dbus_broker_user_accounting: Option<HashMap<u32, DBusBrokerUserAccounting>>
Trait Implementations§
Source§impl<'de> Deserialize<'de> for DBusStats
impl<'de> Deserialize<'de> for DBusStats
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for DBusStats
impl StructuralPartialEq for DBusStats
Auto Trait Implementations§
impl Freeze for DBusStats
impl RefUnwindSafe for DBusStats
impl Send for DBusStats
impl Sync for DBusStats
impl Unpin for DBusStats
impl UnwindSafe for DBusStats
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
§impl<T> NoneValue for Twhere
T: Default,
impl<T> NoneValue for Twhere
T: Default,
type NoneType = T
§fn null_value() -> T
fn null_value() -> T
The none-equivalent value.