pub struct Chart {
pub title: Option<String>,
pub chart_type: ChartType,
}Expand description
A chart embedded in the worksheet, as returned by ResolvedSheet::charts.
Fields§
§title: Option<String>Chart title (if available)
chart_type: ChartTypeChart type
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Chart
impl RefUnwindSafe for Chart
impl Send for Chart
impl Sync for Chart
impl Unpin for Chart
impl UnsafeUnpin for Chart
impl UnwindSafe for Chart
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