pub struct BaseMeasurement<R, E> {
pub environment: Environment,
pub series: Vec<MeasurementInstance<R, E>>,
}
Fields§
§environment: Environment
§series: Vec<MeasurementInstance<R, E>>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<R, E> Freeze for BaseMeasurement<R, E>
impl<R, E> RefUnwindSafe for BaseMeasurement<R, E>where
R: RefUnwindSafe,
E: RefUnwindSafe,
impl<R, E> Send for BaseMeasurement<R, E>
impl<R, E> Sync for BaseMeasurement<R, E>
impl<R, E> Unpin for BaseMeasurement<R, E>
impl<R, E> UnwindSafe for BaseMeasurement<R, E>where
R: UnwindSafe,
E: UnwindSafe,
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