pub struct MemoryExplainStageDto {
pub stage: String,
pub count: usize,
}Fields§
§stage: String§count: usizeTrait Implementations§
Source§impl Clone for MemoryExplainStageDto
impl Clone for MemoryExplainStageDto
Source§fn clone(&self) -> MemoryExplainStageDto
fn clone(&self) -> MemoryExplainStageDto
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 MemoryExplainStageDto
impl Debug for MemoryExplainStageDto
Auto Trait Implementations§
impl Freeze for MemoryExplainStageDto
impl RefUnwindSafe for MemoryExplainStageDto
impl Send for MemoryExplainStageDto
impl Sync for MemoryExplainStageDto
impl Unpin for MemoryExplainStageDto
impl UnsafeUnpin for MemoryExplainStageDto
impl UnwindSafe for MemoryExplainStageDto
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