Struct aws_sdk_quicksight::model::DashboardPublishOptions
source · [−]#[non_exhaustive]pub struct DashboardPublishOptions { /* private fields */ }Expand description
Dashboard publish options.
Implementations
sourceimpl DashboardPublishOptions
impl DashboardPublishOptions
sourcepub fn ad_hoc_filtering_option(&self) -> Option<&AdHocFilteringOption>
pub fn ad_hoc_filtering_option(&self) -> Option<&AdHocFilteringOption>
Ad hoc (one-time) filtering option.
sourcepub fn export_to_csv_option(&self) -> Option<&ExportToCsvOption>
pub fn export_to_csv_option(&self) -> Option<&ExportToCsvOption>
Export to .csv option.
sourcepub fn sheet_controls_option(&self) -> Option<&SheetControlsOption>
pub fn sheet_controls_option(&self) -> Option<&SheetControlsOption>
Sheet controls option.
sourceimpl DashboardPublishOptions
impl DashboardPublishOptions
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DashboardPublishOptions.
Trait Implementations
sourceimpl Clone for DashboardPublishOptions
impl Clone for DashboardPublishOptions
sourcefn clone(&self) -> DashboardPublishOptions
fn clone(&self) -> DashboardPublishOptions
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for DashboardPublishOptions
impl Debug for DashboardPublishOptions
sourceimpl PartialEq<DashboardPublishOptions> for DashboardPublishOptions
impl PartialEq<DashboardPublishOptions> for DashboardPublishOptions
sourcefn eq(&self, other: &DashboardPublishOptions) -> bool
fn eq(&self, other: &DashboardPublishOptions) -> bool
impl StructuralPartialEq for DashboardPublishOptions
Auto Trait Implementations
impl RefUnwindSafe for DashboardPublishOptions
impl Send for DashboardPublishOptions
impl Sync for DashboardPublishOptions
impl Unpin for DashboardPublishOptions
impl UnwindSafe for DashboardPublishOptions
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more