pub struct PivotField { /* private fields */ }Implementations§
Source§impl PivotField
impl PivotField
pub fn get_data_field(&self) -> &bool
pub fn set_data_field(&mut self, value: bool) -> &mut Self
pub fn get_show_all(&self) -> &bool
pub fn set_show_all(&mut self, value: bool) -> &mut Self
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 moreSource§impl Debug for PivotField
impl Debug for PivotField
Source§impl Default for PivotField
impl Default for PivotField
Source§fn default() -> PivotField
fn default() -> PivotField
Returns the “default value” for a type. Read more
Auto 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