Struct aws_sdk_quicksight::model::CustomNarrativeOptions
source · #[non_exhaustive]pub struct CustomNarrativeOptions { /* private fields */ }
Expand description
The custom narrative options.
Implementations§
source§impl CustomNarrativeOptions
impl CustomNarrativeOptions
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CustomNarrativeOptions
.
Trait Implementations§
source§impl Clone for CustomNarrativeOptions
impl Clone for CustomNarrativeOptions
source§fn clone(&self) -> CustomNarrativeOptions
fn clone(&self) -> CustomNarrativeOptions
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 CustomNarrativeOptions
impl Debug for CustomNarrativeOptions
source§impl PartialEq<CustomNarrativeOptions> for CustomNarrativeOptions
impl PartialEq<CustomNarrativeOptions> for CustomNarrativeOptions
source§fn eq(&self, other: &CustomNarrativeOptions) -> bool
fn eq(&self, other: &CustomNarrativeOptions) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.