pub struct MemorySummaryUpdate {
pub ecc_mode_enabled: Option<Boolean>,
}Expand description
Update struct corresponding to MemorySummary
Fields§
§ecc_mode_enabled: Option<Boolean>Implementations§
Trait Implementations§
Source§impl Debug for MemorySummaryUpdate
impl Debug for MemorySummaryUpdate
Source§impl Default for MemorySummaryUpdate
impl Default for MemorySummaryUpdate
Source§fn default() -> MemorySummaryUpdate
fn default() -> MemorySummaryUpdate
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for MemorySummaryUpdate
impl RefUnwindSafe for MemorySummaryUpdate
impl Send for MemorySummaryUpdate
impl Sync for MemorySummaryUpdate
impl Unpin for MemorySummaryUpdate
impl UnsafeUnpin for MemorySummaryUpdate
impl UnwindSafe for MemorySummaryUpdate
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