pub struct DBusBrokerPeerAccounting {Show 15 fields
pub id: String,
pub well_known_name: Option<String>,
pub unix_user_id: Option<u32>,
pub process_id: Option<u32>,
pub unix_group_ids: Option<Vec<u32>>,
pub name_objects: Option<u32>,
pub match_bytes: Option<u32>,
pub matches: Option<u32>,
pub reply_objects: Option<u32>,
pub incoming_bytes: Option<u32>,
pub incoming_fds: Option<u32>,
pub outgoing_bytes: Option<u32>,
pub outgoing_fds: Option<u32>,
pub activation_request_bytes: Option<u32>,
pub activation_request_fds: Option<u32>,
}
Fields§
§id: String
§well_known_name: Option<String>
§unix_user_id: Option<u32>
§process_id: Option<u32>
§unix_group_ids: Option<Vec<u32>>
§name_objects: Option<u32>
§match_bytes: Option<u32>
§matches: Option<u32>
§reply_objects: Option<u32>
§incoming_bytes: Option<u32>
§incoming_fds: Option<u32>
§outgoing_bytes: Option<u32>
§outgoing_fds: Option<u32>
§activation_request_bytes: Option<u32>
§activation_request_fds: Option<u32>
Implementations§
Source§impl DBusBrokerPeerAccounting
impl DBusBrokerPeerAccounting
pub fn get_name_for_metric(&self) -> String
Trait Implementations§
Source§impl Clone for DBusBrokerPeerAccounting
impl Clone for DBusBrokerPeerAccounting
Source§fn clone(&self) -> DBusBrokerPeerAccounting
fn clone(&self) -> DBusBrokerPeerAccounting
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 DBusBrokerPeerAccounting
impl Debug for DBusBrokerPeerAccounting
Source§impl Default for DBusBrokerPeerAccounting
impl Default for DBusBrokerPeerAccounting
Source§fn default() -> DBusBrokerPeerAccounting
fn default() -> DBusBrokerPeerAccounting
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DBusBrokerPeerAccounting
impl<'de> Deserialize<'de> for DBusBrokerPeerAccounting
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
Source§impl PartialEq for DBusBrokerPeerAccounting
impl PartialEq for DBusBrokerPeerAccounting
Source§impl Serialize for DBusBrokerPeerAccounting
impl Serialize for DBusBrokerPeerAccounting
impl Eq for DBusBrokerPeerAccounting
impl StructuralPartialEq for DBusBrokerPeerAccounting
Auto Trait Implementations§
impl Freeze for DBusBrokerPeerAccounting
impl RefUnwindSafe for DBusBrokerPeerAccounting
impl Send for DBusBrokerPeerAccounting
impl Sync for DBusBrokerPeerAccounting
impl Unpin for DBusBrokerPeerAccounting
impl UnwindSafe for DBusBrokerPeerAccounting
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.