pub enum GetMemInfoRes {
Stats(GetMemInfoStats),
MallocInfo(String),
}Variants§
Stats(GetMemInfoStats)
MallocInfo(String)
Trait Implementations§
Source§impl Debug for GetMemInfoRes
impl Debug for GetMemInfoRes
Source§impl<'de> Deserialize<'de> for GetMemInfoRes
impl<'de> Deserialize<'de> for GetMemInfoRes
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
Auto Trait Implementations§
impl Freeze for GetMemInfoRes
impl RefUnwindSafe for GetMemInfoRes
impl Send for GetMemInfoRes
impl Sync for GetMemInfoRes
impl Unpin for GetMemInfoRes
impl UnwindSafe for GetMemInfoRes
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