pub struct UnitFilesStats {
pub root: UnitFilesScope,
pub user: UnitFilesScope,
}Expand description
Unit file statistics collected from the filesystem for root and user scopes.
Fields§
§root: UnitFilesScope§user: UnitFilesScopeTrait Implementations§
Source§impl Clone for UnitFilesStats
impl Clone for UnitFilesStats
Source§fn clone(&self) -> UnitFilesStats
fn clone(&self) -> UnitFilesStats
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 UnitFilesStats
impl Debug for UnitFilesStats
Source§impl Default for UnitFilesStats
impl Default for UnitFilesStats
Source§fn default() -> UnitFilesStats
fn default() -> UnitFilesStats
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UnitFilesStats
impl<'de> Deserialize<'de> for UnitFilesStats
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 UnitFilesStats
impl PartialEq for UnitFilesStats
Source§impl Serialize for UnitFilesStats
impl Serialize for UnitFilesStats
impl StructuralPartialEq for UnitFilesStats
Auto Trait Implementations§
impl Freeze for UnitFilesStats
impl RefUnwindSafe for UnitFilesStats
impl Send for UnitFilesStats
impl Sync for UnitFilesStats
impl Unpin for UnitFilesStats
impl UnsafeUnpin for UnitFilesStats
impl UnwindSafe for UnitFilesStats
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<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.