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