pub struct DBusStatsConfig {
pub enabled: bool,
pub user_stats: bool,
pub user_allowlist: HashSet<String>,
pub user_blocklist: HashSet<String>,
pub peer_stats: bool,
pub peer_well_known_names_only: bool,
pub peer_allowlist: HashSet<String>,
pub peer_blocklist: HashSet<String>,
pub cgroup_stats: bool,
pub cgroup_allowlist: HashSet<String>,
pub cgroup_blocklist: HashSet<String>,
}Fieldsยง
ยงenabled: boolยงuser_stats: boolยงuser_allowlist: HashSet<String>ยงuser_blocklist: HashSet<String>ยงpeer_stats: boolยงpeer_well_known_names_only: boolยงpeer_allowlist: HashSet<String>ยงpeer_blocklist: HashSet<String>ยงcgroup_stats: boolยงcgroup_allowlist: HashSet<String>ยงcgroup_blocklist: HashSet<String>Trait Implementationsยง
Sourceยงimpl Clone for DBusStatsConfig
impl Clone for DBusStatsConfig
Sourceยงfn clone(&self) -> DBusStatsConfig
fn clone(&self) -> DBusStatsConfig
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 DBusStatsConfig
impl Debug for DBusStatsConfig
Sourceยงimpl Default for DBusStatsConfig
impl Default for DBusStatsConfig
Sourceยงimpl PartialEq for DBusStatsConfig
impl PartialEq for DBusStatsConfig
impl Eq for DBusStatsConfig
impl StructuralPartialEq for DBusStatsConfig
Auto Trait Implementationsยง
impl Freeze for DBusStatsConfig
impl RefUnwindSafe for DBusStatsConfig
impl Send for DBusStatsConfig
impl Sync for DBusStatsConfig
impl Unpin for DBusStatsConfig
impl UnsafeUnpin for DBusStatsConfig
impl UnwindSafe for DBusStatsConfig
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,
Sourceยงimpl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Sourceยงimpl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Sourceยงfn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.