pub struct PivotTable { /* private fields */ }Implementations§
Source§impl PivotTable
impl PivotTable
pub fn get_pivot_table_definition(&self) -> &PivotTableDefinition
pub fn get_pivot_table_definition_mut(&mut self) -> &mut PivotTableDefinition
pub fn set_pivot_table_definition( &mut self, value: PivotTableDefinition, ) -> &mut Self
pub fn get_pivot_cache_definition(&self) -> &PivotCacheDefinition
pub fn get_pivot_cache_definition_mut(&mut self) -> &mut PivotCacheDefinition
pub fn set_pivot_cache_definition( &mut self, value: PivotCacheDefinition, ) -> &mut Self
Trait Implementations§
Source§impl Clone for PivotTable
impl Clone for PivotTable
Source§fn clone(&self) -> PivotTable
fn clone(&self) -> PivotTable
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 PivotTable
impl Debug for PivotTable
Source§impl Default for PivotTable
impl Default for PivotTable
Source§fn default() -> PivotTable
fn default() -> PivotTable
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for PivotTable
impl RefUnwindSafe for PivotTable
impl Send for PivotTable
impl Sync for PivotTable
impl Unpin for PivotTable
impl UnwindSafe for PivotTable
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