pub struct MarkerSeries {
pub name: String,
pub markers: Vec<Marker>,
}Fields§
§name: String§markers: Vec<Marker>Trait Implementations§
Source§impl Clone for MarkerSeries
impl Clone for MarkerSeries
Source§fn clone(&self) -> MarkerSeries
fn clone(&self) -> MarkerSeries
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 moreSource§impl Debug for MarkerSeries
impl Debug for MarkerSeries
Source§impl PartialEq for MarkerSeries
impl PartialEq for MarkerSeries
impl StructuralPartialEq for MarkerSeries
Auto Trait Implementations§
impl Freeze for MarkerSeries
impl RefUnwindSafe for MarkerSeries
impl Send for MarkerSeries
impl Sync for MarkerSeries
impl Unpin for MarkerSeries
impl UnsafeUnpin for MarkerSeries
impl UnwindSafe for MarkerSeries
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