pub struct GetMemoryInfoResponse {
pub locked: Value,
}Expand description
Response for the GetMemoryInfo RPC method
Fields§
§locked: ValueInformation about locked memory manager
Trait Implementations§
Source§impl Clone for GetMemoryInfoResponse
impl Clone for GetMemoryInfoResponse
Source§fn clone(&self) -> GetMemoryInfoResponse
fn clone(&self) -> GetMemoryInfoResponse
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 GetMemoryInfoResponse
impl Debug for GetMemoryInfoResponse
Source§impl<'de> Deserialize<'de> for GetMemoryInfoResponse
impl<'de> Deserialize<'de> for GetMemoryInfoResponse
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 GetMemoryInfoResponse
impl PartialEq for GetMemoryInfoResponse
Source§impl Serialize for GetMemoryInfoResponse
impl Serialize for GetMemoryInfoResponse
impl StructuralPartialEq for GetMemoryInfoResponse
Auto Trait Implementations§
impl Freeze for GetMemoryInfoResponse
impl RefUnwindSafe for GetMemoryInfoResponse
impl Send for GetMemoryInfoResponse
impl Sync for GetMemoryInfoResponse
impl Unpin for GetMemoryInfoResponse
impl UnwindSafe for GetMemoryInfoResponse
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