Struct aws_sdk_pi::types::DataPoint
source · #[non_exhaustive]pub struct DataPoint { /* private fields */ }
Expand description
A timestamp, and a single numerical value, which together represent a measurement at a particular point in time.
Implementations§
Trait Implementations§
source§impl PartialEq<DataPoint> for DataPoint
impl PartialEq<DataPoint> for DataPoint
impl StructuralPartialEq for DataPoint
Auto Trait Implementations§
impl RefUnwindSafe for DataPoint
impl Send for DataPoint
impl Sync for DataPoint
impl Unpin for DataPoint
impl UnwindSafe for DataPoint
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