pub struct MemoryPaths {
pub auto: Option<String>,
pub team: Option<String>,
pub extra: Map<String, Value>,
}Expand description
Memory paths reported by system init.
Fields§
§auto: Option<String>§team: Option<String>§extra: Map<String, Value>Trait Implementations§
Source§impl Clone for MemoryPaths
impl Clone for MemoryPaths
Source§fn clone(&self) -> MemoryPaths
fn clone(&self) -> MemoryPaths
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 MemoryPaths
impl Debug for MemoryPaths
Source§impl<'de> Deserialize<'de> for MemoryPaths
impl<'de> Deserialize<'de> for MemoryPaths
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 MemoryPaths
impl PartialEq for MemoryPaths
Source§impl Serialize for MemoryPaths
impl Serialize for MemoryPaths
impl StructuralPartialEq for MemoryPaths
Auto Trait Implementations§
impl Freeze for MemoryPaths
impl RefUnwindSafe for MemoryPaths
impl Send for MemoryPaths
impl Sync for MemoryPaths
impl Unpin for MemoryPaths
impl UnsafeUnpin for MemoryPaths
impl UnwindSafe for MemoryPaths
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