Struct aws_sdk_quicksight::model::ShortFormatText
source · #[non_exhaustive]pub struct ShortFormatText { /* private fields */ }
Expand description
The text format for the title.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
Implementations§
source§impl ShortFormatText
impl ShortFormatText
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ShortFormatText
.
Trait Implementations§
source§impl Clone for ShortFormatText
impl Clone for ShortFormatText
source§fn clone(&self) -> ShortFormatText
fn clone(&self) -> ShortFormatText
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 ShortFormatText
impl Debug for ShortFormatText
source§impl PartialEq<ShortFormatText> for ShortFormatText
impl PartialEq<ShortFormatText> for ShortFormatText
source§fn eq(&self, other: &ShortFormatText) -> bool
fn eq(&self, other: &ShortFormatText) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.