#[non_exhaustive]pub struct DataPointMenuLabelOption { /* private fields */ }Expand description
The data point menu options of a dashboard.
Implementations§
source§impl DataPointMenuLabelOption
impl DataPointMenuLabelOption
sourcepub fn availability_status(&self) -> Option<&DashboardBehavior>
pub fn availability_status(&self) -> Option<&DashboardBehavior>
The status of the data point menu options.
source§impl DataPointMenuLabelOption
impl DataPointMenuLabelOption
sourcepub fn builder() -> DataPointMenuLabelOptionBuilder
pub fn builder() -> DataPointMenuLabelOptionBuilder
Creates a new builder-style object to manufacture DataPointMenuLabelOption.
Trait Implementations§
source§impl Clone for DataPointMenuLabelOption
impl Clone for DataPointMenuLabelOption
source§fn clone(&self) -> DataPointMenuLabelOption
fn clone(&self) -> DataPointMenuLabelOption
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 DataPointMenuLabelOption
impl Debug for DataPointMenuLabelOption
source§impl PartialEq<DataPointMenuLabelOption> for DataPointMenuLabelOption
impl PartialEq<DataPointMenuLabelOption> for DataPointMenuLabelOption
source§fn eq(&self, other: &DataPointMenuLabelOption) -> bool
fn eq(&self, other: &DataPointMenuLabelOption) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DataPointMenuLabelOption
Auto Trait Implementations§
impl RefUnwindSafe for DataPointMenuLabelOption
impl Send for DataPointMenuLabelOption
impl Sync for DataPointMenuLabelOption
impl Unpin for DataPointMenuLabelOption
impl UnwindSafe for DataPointMenuLabelOption
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