pub struct GetmemoryinfoParams {
pub mode: Option<String>,
}Expand description
Returns an object containing information about memory usage.
Fields§
§mode: Option<String>determines what kind of information is returned.
- “stats” returns general statistics about memory usage in the daemon.
- “mallocinfo” returns an XML string describing low-level heap state (only available if compiled with glibc).
Trait Implementations§
Source§impl Debug for GetmemoryinfoParams
impl Debug for GetmemoryinfoParams
Auto Trait Implementations§
impl Freeze for GetmemoryinfoParams
impl RefUnwindSafe for GetmemoryinfoParams
impl Send for GetmemoryinfoParams
impl Sync for GetmemoryinfoParams
impl Unpin for GetmemoryinfoParams
impl UnwindSafe for GetmemoryinfoParams
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