pub struct SeriesId(/* private fields */);Expand description
Opaque identifier for a series in a ChartModel.
SeriesId values are stable across mutations — inserting or removing
other series does not invalidate existing SeriesId handles (they are
SlotMap keys).
Trait Implementations§
impl Copy for SeriesId
impl Eq for SeriesId
impl StructuralPartialEq for SeriesId
Auto Trait Implementations§
impl Freeze for SeriesId
impl RefUnwindSafe for SeriesId
impl Send for SeriesId
impl Sync for SeriesId
impl Unpin for SeriesId
impl UnsafeUnpin for SeriesId
impl UnwindSafe for SeriesId
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