pub struct Input<V> {
pub observed: Option<Measurement<V>>,
}
Fields§
§observed: Option<Measurement<V>>
Implementations§
Trait Implementations§
impl<V: Eq> Eq for Input<V>
impl<V> StructuralPartialEq for Input<V>
Auto Trait Implementations§
impl<V> Freeze for Input<V>where
V: Freeze,
impl<V> RefUnwindSafe for Input<V>where
V: RefUnwindSafe,
impl<V> Send for Input<V>where
V: Send,
impl<V> Sync for Input<V>where
V: Sync,
impl<V> Unpin for Input<V>where
V: Unpin,
impl<V> UnwindSafe for Input<V>where
V: 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