pub struct PivotTableInfo {
pub name: String,
pub source_sheet: String,
pub source_range: String,
pub target_sheet: String,
pub location: String,
}Expand description
Information about an existing pivot table.
Fields§
§name: String§source_sheet: String§source_range: String§target_sheet: String§location: StringTrait Implementations§
Source§impl Clone for PivotTableInfo
impl Clone for PivotTableInfo
Source§fn clone(&self) -> PivotTableInfo
fn clone(&self) -> PivotTableInfo
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 moreAuto Trait Implementations§
impl Freeze for PivotTableInfo
impl RefUnwindSafe for PivotTableInfo
impl Send for PivotTableInfo
impl Sync for PivotTableInfo
impl Unpin for PivotTableInfo
impl UnwindSafe for PivotTableInfo
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