pub struct HealthMemorySnapshot {
pub total_bytes: u64,
pub used_bytes: u64,
pub available_bytes: u64,
pub total_swap_bytes: u64,
pub used_swap_bytes: u64,
pub extra: BTreeMap<String, Value>,
}Fields§
§total_bytes: u64§used_bytes: u64§available_bytes: u64§total_swap_bytes: u64§used_swap_bytes: u64§extra: BTreeMap<String, Value>Trait Implementations§
Source§impl Clone for HealthMemorySnapshot
impl Clone for HealthMemorySnapshot
Source§fn clone(&self) -> HealthMemorySnapshot
fn clone(&self) -> HealthMemorySnapshot
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 HealthMemorySnapshot
impl Debug for HealthMemorySnapshot
Source§impl<'de> Deserialize<'de> for HealthMemorySnapshot
impl<'de> Deserialize<'de> for HealthMemorySnapshot
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 HealthMemorySnapshot
impl PartialEq for HealthMemorySnapshot
Source§impl Serialize for HealthMemorySnapshot
impl Serialize for HealthMemorySnapshot
impl StructuralPartialEq for HealthMemorySnapshot
Auto Trait Implementations§
impl Freeze for HealthMemorySnapshot
impl RefUnwindSafe for HealthMemorySnapshot
impl Send for HealthMemorySnapshot
impl Sync for HealthMemorySnapshot
impl Unpin for HealthMemorySnapshot
impl UnsafeUnpin for HealthMemorySnapshot
impl UnwindSafe for HealthMemorySnapshot
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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