Struct chart_js_rs::scatter::Scatter
source · [−]pub struct Scatter<A: Annotation> {
pub type: String,
pub data: Dataset<Vec<XYDataset>>,
pub options: ChartOptions<A>,
pub id: String,
}Fields
type: Stringdata: Dataset<Vec<XYDataset>>options: ChartOptions<A>id: StringImplementations
sourceimpl<A: Annotation> Scatter<A>
impl<A: Annotation> Scatter<A>
Trait Implementations
sourceimpl<A: Clone + Annotation> Clone for Scatter<A>
impl<A: Clone + Annotation> Clone for Scatter<A>
sourceimpl<A: Debug + Annotation> Debug for Scatter<A>
impl<A: Debug + Annotation> Debug for Scatter<A>
sourceimpl<A: Default + Annotation> Default for Scatter<A>
impl<A: Default + Annotation> Default for Scatter<A>
Auto Trait Implementations
impl<A> RefUnwindSafe for Scatter<A>where
A: RefUnwindSafe,
impl<A> Send for Scatter<A>where
A: Send,
impl<A> Sync for Scatter<A>where
A: Sync,
impl<A> Unpin for Scatter<A>where
A: Unpin,
impl<A> UnwindSafe for Scatter<A>where
A: UnwindSafe,
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