Struct bollard::container::MemoryStats
source · pub struct MemoryStats {
pub stats: Option<MemoryStatsStats>,
pub max_usage: Option<u64>,
pub usage: Option<u64>,
pub failcnt: Option<u64>,
pub limit: Option<u64>,
pub commit: Option<u64>,
pub commit_peak: Option<u64>,
pub commitbytes: Option<u64>,
pub commitpeakbytes: Option<u64>,
pub privateworkingset: Option<u64>,
}
Expand description
General memory statistics for the container.
Fields§
§stats: Option<MemoryStatsStats>
§max_usage: Option<u64>
§usage: Option<u64>
§failcnt: Option<u64>
§limit: Option<u64>
§commit: Option<u64>
§commit_peak: Option<u64>
§commitbytes: Option<u64>
§commitpeakbytes: Option<u64>
§privateworkingset: Option<u64>
Trait Implementations§
source§impl Clone for MemoryStats
impl Clone for MemoryStats
source§fn clone(&self) -> MemoryStats
fn clone(&self) -> MemoryStats
Returns a copy 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 MemoryStats
impl Debug for MemoryStats
source§impl<'de> Deserialize<'de> for MemoryStats
impl<'de> Deserialize<'de> for MemoryStats
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 MemoryStats
impl PartialEq for MemoryStats
source§impl Serialize for MemoryStats
impl Serialize for MemoryStats
impl Copy for MemoryStats
impl StructuralPartialEq for MemoryStats
Auto Trait Implementations§
impl Freeze for MemoryStats
impl RefUnwindSafe for MemoryStats
impl Send for MemoryStats
impl Sync for MemoryStats
impl Unpin for MemoryStats
impl UnwindSafe for MemoryStats
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§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)