pub struct ConservationPattern;Expand description
Detector for conservation laws — metrics whose sum stays near-constant across tasks.
Implementations§
Trait Implementations§
Source§impl Clone for ConservationPattern
impl Clone for ConservationPattern
Source§fn clone(&self) -> ConservationPattern
fn clone(&self) -> ConservationPattern
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 moreAuto Trait Implementations§
impl Freeze for ConservationPattern
impl RefUnwindSafe for ConservationPattern
impl Send for ConservationPattern
impl Sync for ConservationPattern
impl Unpin for ConservationPattern
impl UnsafeUnpin for ConservationPattern
impl UnwindSafe for ConservationPattern
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