Struct chart_js_rs::types::XYPoint
source · [−]pub struct XYPoint {
pub x: Option<NumberOrDateString>,
pub y: Option<NumberString>,
}Fields
x: Option<NumberOrDateString>y: Option<NumberString>Trait Implementations
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more