pub struct WorkbookChartDataLabels {
pub position: String,
pub separator: String,
pub show_bubble_size: bool,
pub show_category_name: bool,
pub show_legend_key: bool,
pub show_percentage: bool,
pub show_series_name: bool,
pub show_value: bool,
pub format: WorkbookChartDataLabelFormat,
}
Fields§
§position: String
§separator: String
§show_bubble_size: bool
§show_category_name: bool
§show_legend_key: bool
§show_percentage: bool
§show_series_name: bool
§show_value: bool
§format: WorkbookChartDataLabelFormat
Trait Implementations§
Source§impl Clone for WorkbookChartDataLabels
impl Clone for WorkbookChartDataLabels
Source§fn clone(&self) -> WorkbookChartDataLabels
fn clone(&self) -> WorkbookChartDataLabels
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for WorkbookChartDataLabels
impl Debug for WorkbookChartDataLabels
Source§impl<'de> Deserialize<'de> for WorkbookChartDataLabels
impl<'de> Deserialize<'de> for WorkbookChartDataLabels
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for WorkbookChartDataLabels
impl PartialEq for WorkbookChartDataLabels
Source§impl Serialize for WorkbookChartDataLabels
impl Serialize for WorkbookChartDataLabels
impl Eq for WorkbookChartDataLabels
impl StructuralPartialEq for WorkbookChartDataLabels
Auto Trait Implementations§
impl Freeze for WorkbookChartDataLabels
impl RefUnwindSafe for WorkbookChartDataLabels
impl Send for WorkbookChartDataLabels
impl Sync for WorkbookChartDataLabels
impl Unpin for WorkbookChartDataLabels
impl UnwindSafe for WorkbookChartDataLabels
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