pub struct WorkbookChartAxisTitle {
pub text: String,
pub visible: bool,
pub format: WorkbookChartAxisTitleFormat,
}
Fields§
§text: String
§visible: bool
§format: WorkbookChartAxisTitleFormat
Trait Implementations§
Source§impl Clone for WorkbookChartAxisTitle
impl Clone for WorkbookChartAxisTitle
Source§fn clone(&self) -> WorkbookChartAxisTitle
fn clone(&self) -> WorkbookChartAxisTitle
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 WorkbookChartAxisTitle
impl Debug for WorkbookChartAxisTitle
Source§impl<'de> Deserialize<'de> for WorkbookChartAxisTitle
impl<'de> Deserialize<'de> for WorkbookChartAxisTitle
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 WorkbookChartAxisTitle
impl PartialEq for WorkbookChartAxisTitle
Source§impl Serialize for WorkbookChartAxisTitle
impl Serialize for WorkbookChartAxisTitle
impl Eq for WorkbookChartAxisTitle
impl StructuralPartialEq for WorkbookChartAxisTitle
Auto Trait Implementations§
impl Freeze for WorkbookChartAxisTitle
impl RefUnwindSafe for WorkbookChartAxisTitle
impl Send for WorkbookChartAxisTitle
impl Sync for WorkbookChartAxisTitle
impl Unpin for WorkbookChartAxisTitle
impl UnwindSafe for WorkbookChartAxisTitle
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