Struct aws_sdk_quicksight::types::builders::FontWeightBuilder
source · #[non_exhaustive]pub struct FontWeightBuilder { /* private fields */ }Expand description
A builder for FontWeight.
Implementations§
source§impl FontWeightBuilder
impl FontWeightBuilder
sourcepub fn name(self, input: FontWeightName) -> Self
pub fn name(self, input: FontWeightName) -> Self
The lexical name for the level of boldness of the text display.
sourcepub fn set_name(self, input: Option<FontWeightName>) -> Self
pub fn set_name(self, input: Option<FontWeightName>) -> Self
The lexical name for the level of boldness of the text display.
sourcepub fn get_name(&self) -> &Option<FontWeightName>
pub fn get_name(&self) -> &Option<FontWeightName>
The lexical name for the level of boldness of the text display.
sourcepub fn build(self) -> FontWeight
pub fn build(self) -> FontWeight
Consumes the builder and constructs a FontWeight.
Trait Implementations§
source§impl Clone for FontWeightBuilder
impl Clone for FontWeightBuilder
source§fn clone(&self) -> FontWeightBuilder
fn clone(&self) -> FontWeightBuilder
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 FontWeightBuilder
impl Debug for FontWeightBuilder
source§impl Default for FontWeightBuilder
impl Default for FontWeightBuilder
source§fn default() -> FontWeightBuilder
fn default() -> FontWeightBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for FontWeightBuilder
impl PartialEq for FontWeightBuilder
source§fn eq(&self, other: &FontWeightBuilder) -> bool
fn eq(&self, other: &FontWeightBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for FontWeightBuilder
Auto Trait Implementations§
impl Freeze for FontWeightBuilder
impl RefUnwindSafe for FontWeightBuilder
impl Send for FontWeightBuilder
impl Sync for FontWeightBuilder
impl Unpin for FontWeightBuilder
impl UnwindSafe for FontWeightBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.