pub struct ControllerSplitAllocationObservedSummary {
pub observed: ControllerSplitObservedSummary,
pub allocations: ControllerSplitAllocationMetrics,
}Fields§
§observed: ControllerSplitObservedSummary§allocations: ControllerSplitAllocationMetricsTrait Implementations§
Source§impl Clone for ControllerSplitAllocationObservedSummary
impl Clone for ControllerSplitAllocationObservedSummary
Source§fn clone(&self) -> ControllerSplitAllocationObservedSummary
fn clone(&self) -> ControllerSplitAllocationObservedSummary
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 moreimpl Eq for ControllerSplitAllocationObservedSummary
impl StructuralPartialEq for ControllerSplitAllocationObservedSummary
Auto Trait Implementations§
impl Freeze for ControllerSplitAllocationObservedSummary
impl RefUnwindSafe for ControllerSplitAllocationObservedSummary
impl Send for ControllerSplitAllocationObservedSummary
impl Sync for ControllerSplitAllocationObservedSummary
impl Unpin for ControllerSplitAllocationObservedSummary
impl UnsafeUnpin for ControllerSplitAllocationObservedSummary
impl UnwindSafe for ControllerSplitAllocationObservedSummary
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