pub struct PivotField {
pub name: String,
}Expand description
A field used as row or column in the pivot table.
Fields§
§name: StringColumn name from the source data header row.
Trait Implementations§
Source§impl Clone for PivotField
impl Clone for PivotField
Source§fn clone(&self) -> PivotField
fn clone(&self) -> PivotField
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 PivotField
impl RefUnwindSafe for PivotField
impl Send for PivotField
impl Sync for PivotField
impl Unpin for PivotField
impl UnwindSafe for PivotField
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