Struct charts_rs::SeriesLabel
source · pub struct SeriesLabel {
pub point: Point,
pub text: String,
}Fields§
§point: Point§text: StringTrait Implementations§
source§impl Clone for SeriesLabel
impl Clone for SeriesLabel
source§fn clone(&self) -> SeriesLabel
fn clone(&self) -> SeriesLabel
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 Debug for SeriesLabel
impl Debug for SeriesLabel
source§impl Default for SeriesLabel
impl Default for SeriesLabel
source§fn default() -> SeriesLabel
fn default() -> SeriesLabel
Returns the “default value” for a type. Read more
source§impl PartialEq for SeriesLabel
impl PartialEq for SeriesLabel
source§fn eq(&self, other: &SeriesLabel) -> bool
fn eq(&self, other: &SeriesLabel) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for SeriesLabel
Auto Trait Implementations§
impl RefUnwindSafe for SeriesLabel
impl Send for SeriesLabel
impl Sync for SeriesLabel
impl Unpin for SeriesLabel
impl UnwindSafe for SeriesLabel
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
§impl<T> Pointable for T
impl<T> Pointable for T
source§impl<R, P> ReadPrimitive<R> for P
impl<R, P> ReadPrimitive<R> for P
source§fn read_from_little_endian(read: &mut R) -> Result<Self, Error>
fn read_from_little_endian(read: &mut R) -> Result<Self, Error>
Read this value from the supplied reader. Same as
ReadEndian::read_from_little_endian().