pub struct DatasetEntry { /* private fields */ }Expand description
Builder entry for one dataset in ChartBuilder.
Implementations§
Source§impl DatasetEntry
impl DatasetEntry
Sourcepub fn color_by_direction(&mut self, up: Color, down: Color) -> &mut Self
pub fn color_by_direction(&mut self, up: Color, down: Color) -> &mut Self
Color line/area segments by direction.
Trait Implementations§
Source§impl Clone for DatasetEntry
impl Clone for DatasetEntry
Source§fn clone(&self) -> DatasetEntry
fn clone(&self) -> DatasetEntry
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for DatasetEntry
impl RefUnwindSafe for DatasetEntry
impl Send for DatasetEntry
impl Sync for DatasetEntry
impl Unpin for DatasetEntry
impl UnsafeUnpin for DatasetEntry
impl UnwindSafe for DatasetEntry
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