pub struct HoraryChart {
pub chart: Chart,
pub horary_data: HoraryData,
}Expand description
A horary chart: a complete chart plus horary_data (serialized flattened).
Fields§
§chart: ChartThe chart, serialized inline.
horary_data: HoraryDataHorary-specific data.
Trait Implementations§
Source§impl Clone for HoraryChart
impl Clone for HoraryChart
Source§impl Debug for HoraryChart
impl Debug for HoraryChart
Source§impl PartialEq for HoraryChart
impl PartialEq for HoraryChart
Source§impl Serialize for HoraryChart
impl Serialize for HoraryChart
impl StructuralPartialEq for HoraryChart
Auto Trait Implementations§
impl Freeze for HoraryChart
impl RefUnwindSafe for HoraryChart
impl Send for HoraryChart
impl Sync for HoraryChart
impl Unpin for HoraryChart
impl UnsafeUnpin for HoraryChart
impl UnwindSafe for HoraryChart
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