#[non_exhaustive]pub struct ContributionAnalysisDefault { /* private fields */ }Expand description
The contribution analysis visual display for a line, pie, or bar chart.
Implementations§
source§impl ContributionAnalysisDefault
impl ContributionAnalysisDefault
sourcepub fn measure_field_id(&self) -> Option<&str>
pub fn measure_field_id(&self) -> Option<&str>
The measure field that is used in the contribution analysis.
sourcepub fn contributor_dimensions(&self) -> Option<&[ColumnIdentifier]>
pub fn contributor_dimensions(&self) -> Option<&[ColumnIdentifier]>
The dimensions columns that are used in the contribution analysis, usually a list of ColumnIdentifiers.
source§impl ContributionAnalysisDefault
impl ContributionAnalysisDefault
sourcepub fn builder() -> ContributionAnalysisDefaultBuilder
pub fn builder() -> ContributionAnalysisDefaultBuilder
Creates a new builder-style object to manufacture ContributionAnalysisDefault.
Trait Implementations§
source§impl Clone for ContributionAnalysisDefault
impl Clone for ContributionAnalysisDefault
source§fn clone(&self) -> ContributionAnalysisDefault
fn clone(&self) -> ContributionAnalysisDefault
Returns a copy 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 ContributionAnalysisDefault
impl Debug for ContributionAnalysisDefault
source§impl PartialEq<ContributionAnalysisDefault> for ContributionAnalysisDefault
impl PartialEq<ContributionAnalysisDefault> for ContributionAnalysisDefault
source§fn eq(&self, other: &ContributionAnalysisDefault) -> bool
fn eq(&self, other: &ContributionAnalysisDefault) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ContributionAnalysisDefault
Auto Trait Implementations§
impl RefUnwindSafe for ContributionAnalysisDefault
impl Send for ContributionAnalysisDefault
impl Sync for ContributionAnalysisDefault
impl Unpin for ContributionAnalysisDefault
impl UnwindSafe for ContributionAnalysisDefault
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