pub struct TimeValuePoint<'s> {
pub time: Value<'s>,
pub value: Value<'s>,
}Fields§
§time: Value<'s>§value: Value<'s>Trait Implementations§
Source§impl<'s> Clone for TimeValuePoint<'s>
impl<'s> Clone for TimeValuePoint<'s>
Source§fn clone(&self) -> TimeValuePoint<'s>
fn clone(&self) -> TimeValuePoint<'s>
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'s> Debug for TimeValuePoint<'s>
impl<'s> Debug for TimeValuePoint<'s>
Auto Trait Implementations§
impl<'s> Freeze for TimeValuePoint<'s>
impl<'s> RefUnwindSafe for TimeValuePoint<'s>
impl<'s> Send for TimeValuePoint<'s>
impl<'s> Sync for TimeValuePoint<'s>
impl<'s> Unpin for TimeValuePoint<'s>
impl<'s> UnwindSafe for TimeValuePoint<'s>
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