pub struct StepResponsePoint {
pub time: f64,
pub value: f64,
}Fields§
§time: f64§value: f64Trait Implementations§
Source§impl Clone for StepResponsePoint
impl Clone for StepResponsePoint
Source§fn clone(&self) -> StepResponsePoint
fn clone(&self) -> StepResponsePoint
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 moreSource§impl Debug for StepResponsePoint
impl Debug for StepResponsePoint
Source§impl PartialEq for StepResponsePoint
impl PartialEq for StepResponsePoint
Source§fn eq(&self, other: &StepResponsePoint) -> bool
fn eq(&self, other: &StepResponsePoint) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for StepResponsePoint
impl StructuralPartialEq for StepResponsePoint
Auto Trait Implementations§
impl Freeze for StepResponsePoint
impl RefUnwindSafe for StepResponsePoint
impl Send for StepResponsePoint
impl Sync for StepResponsePoint
impl Unpin for StepResponsePoint
impl UnsafeUnpin for StepResponsePoint
impl UnwindSafe for StepResponsePoint
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