Struct chart_js_rs::types::XYPoint
source · pub struct XYPoint {
pub x: NumberOrDateString,
pub y: NumberString,
pub description: String,
}Fields§
§x: NumberOrDateString§y: NumberString§description: StringTrait Implementations§
source§impl<T: Display, U: Display> From<(T, U)> for XYPoint
impl<T: Display, U: Display> From<(T, U)> for XYPoint
source§impl Ord for XYPoint
impl Ord for XYPoint
source§impl PartialEq for XYPoint
impl PartialEq for XYPoint
source§impl PartialOrd for XYPoint
impl PartialOrd for XYPoint
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Eq for XYPoint
impl StructuralEq for XYPoint
impl StructuralPartialEq for XYPoint
Auto Trait Implementations§
impl RefUnwindSafe for XYPoint
impl Send for XYPoint
impl Sync for XYPoint
impl Unpin for XYPoint
impl UnwindSafe for XYPoint
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