pub struct ElectionChart {
pub chart: Chart,
pub election_data: ElectionData,
}Expand description
A chart for a candidate moment with its electional assessment (serialized flattened).
Fields§
§chart: ChartThe chart, serialized inline.
election_data: ElectionDataThe electional assessment.
Trait Implementations§
Source§impl Clone for ElectionChart
impl Clone for ElectionChart
Source§impl Debug for ElectionChart
impl Debug for ElectionChart
Source§impl PartialEq for ElectionChart
impl PartialEq for ElectionChart
Source§impl Serialize for ElectionChart
impl Serialize for ElectionChart
impl StructuralPartialEq for ElectionChart
Auto Trait Implementations§
impl Freeze for ElectionChart
impl RefUnwindSafe for ElectionChart
impl Send for ElectionChart
impl Sync for ElectionChart
impl Unpin for ElectionChart
impl UnsafeUnpin for ElectionChart
impl UnwindSafe for ElectionChart
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