pub struct LineSeries<T: Display, U: Display> { /* private fields */ }
Expand description
Represents a point in a scatter plot.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<T, U> Freeze for LineSeries<T, U>
impl<T, U> RefUnwindSafe for LineSeries<T, U>where
T: RefUnwindSafe,
U: RefUnwindSafe,
impl<T, U> Send for LineSeries<T, U>
impl<T, U> Sync for LineSeries<T, U>
impl<T, U> Unpin for LineSeries<T, U>
impl<T, U> UnwindSafe for LineSeries<T, U>where
T: UnwindSafe,
U: 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