Struct aws_sdk_quicksight::types::FontWeight
source · #[non_exhaustive]pub struct FontWeight { /* private fields */ }
Expand description
The option that determines the text display weight, or boldness.
Implementations§
source§impl FontWeight
impl FontWeight
sourcepub fn name(&self) -> Option<&FontWeightName>
pub fn name(&self) -> Option<&FontWeightName>
The lexical name for the level of boldness of the text display.
source§impl FontWeight
impl FontWeight
sourcepub fn builder() -> FontWeightBuilder
pub fn builder() -> FontWeightBuilder
Creates a new builder-style object to manufacture FontWeight
.
Trait Implementations§
source§impl Clone for FontWeight
impl Clone for FontWeight
source§fn clone(&self) -> FontWeight
fn clone(&self) -> FontWeight
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 FontWeight
impl Debug for FontWeight
source§impl PartialEq<FontWeight> for FontWeight
impl PartialEq<FontWeight> for FontWeight
source§fn eq(&self, other: &FontWeight) -> bool
fn eq(&self, other: &FontWeight) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.