#[non_exhaustive]pub struct ExportWithHiddenFieldsOption { /* private fields */ }Expand description
Determines whether or not hidden fields are visible on exported dashbaords.
Implementations§
source§impl ExportWithHiddenFieldsOption
impl ExportWithHiddenFieldsOption
sourcepub fn availability_status(&self) -> Option<&DashboardBehavior>
pub fn availability_status(&self) -> Option<&DashboardBehavior>
The status of the export with hidden fields options.
source§impl ExportWithHiddenFieldsOption
impl ExportWithHiddenFieldsOption
sourcepub fn builder() -> ExportWithHiddenFieldsOptionBuilder
pub fn builder() -> ExportWithHiddenFieldsOptionBuilder
Creates a new builder-style object to manufacture ExportWithHiddenFieldsOption.
Trait Implementations§
source§impl Clone for ExportWithHiddenFieldsOption
impl Clone for ExportWithHiddenFieldsOption
source§fn clone(&self) -> ExportWithHiddenFieldsOption
fn clone(&self) -> ExportWithHiddenFieldsOption
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 ExportWithHiddenFieldsOption
impl Debug for ExportWithHiddenFieldsOption
source§impl PartialEq<ExportWithHiddenFieldsOption> for ExportWithHiddenFieldsOption
impl PartialEq<ExportWithHiddenFieldsOption> for ExportWithHiddenFieldsOption
source§fn eq(&self, other: &ExportWithHiddenFieldsOption) -> bool
fn eq(&self, other: &ExportWithHiddenFieldsOption) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ExportWithHiddenFieldsOption
Auto Trait Implementations§
impl RefUnwindSafe for ExportWithHiddenFieldsOption
impl Send for ExportWithHiddenFieldsOption
impl Sync for ExportWithHiddenFieldsOption
impl Unpin for ExportWithHiddenFieldsOption
impl UnwindSafe for ExportWithHiddenFieldsOption
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