pub struct PivotTableStyle { /* private fields */ }Implementations§
Source§impl PivotTableStyle
impl PivotTableStyle
pub fn get_name(&self) -> &str
pub fn get_show_row_headers(&self) -> &bool
pub fn set_show_row_headers(&mut self, value: bool) -> &mut Self
pub fn get_show_column_headers(&self) -> &bool
pub fn set_show_column_headers(&mut self, value: bool) -> &mut Self
pub fn get_show_row_stripes(&self) -> &bool
pub fn set_show_row_stripes(&mut self, value: bool) -> &mut Self
pub fn get_show_column_stripes(&self) -> &bool
pub fn set_show_column_stripes(&mut self, value: bool) -> &mut Self
pub fn get_show_last_column(&self) -> &bool
pub fn set_show_last_column(&mut self, value: bool) -> &mut Self
Trait Implementations§
Source§impl Clone for PivotTableStyle
impl Clone for PivotTableStyle
Source§fn clone(&self) -> PivotTableStyle
fn clone(&self) -> PivotTableStyle
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 PivotTableStyle
impl Debug for PivotTableStyle
Source§impl Default for PivotTableStyle
impl Default for PivotTableStyle
Source§fn default() -> PivotTableStyle
fn default() -> PivotTableStyle
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for PivotTableStyle
impl RefUnwindSafe for PivotTableStyle
impl Send for PivotTableStyle
impl Sync for PivotTableStyle
impl Unpin for PivotTableStyle
impl UnwindSafe for PivotTableStyle
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