Struct aws_sdk_quicksight::types::builders::FontBuilder
source · #[non_exhaustive]pub struct FontBuilder { /* private fields */ }Expand description
A builder for Font.
Implementations§
source§impl FontBuilder
impl FontBuilder
sourcepub fn font_family(self, input: impl Into<String>) -> Self
pub fn font_family(self, input: impl Into<String>) -> Self
Determines the font family settings.
sourcepub fn set_font_family(self, input: Option<String>) -> Self
pub fn set_font_family(self, input: Option<String>) -> Self
Determines the font family settings.
sourcepub fn get_font_family(&self) -> &Option<String>
pub fn get_font_family(&self) -> &Option<String>
Determines the font family settings.
Trait Implementations§
source§impl Clone for FontBuilder
impl Clone for FontBuilder
source§fn clone(&self) -> FontBuilder
fn clone(&self) -> FontBuilder
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 FontBuilder
impl Debug for FontBuilder
source§impl Default for FontBuilder
impl Default for FontBuilder
source§fn default() -> FontBuilder
fn default() -> FontBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for FontBuilder
impl PartialEq for FontBuilder
source§fn eq(&self, other: &FontBuilder) -> bool
fn eq(&self, other: &FontBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for FontBuilder
Auto Trait Implementations§
impl Freeze for FontBuilder
impl RefUnwindSafe for FontBuilder
impl Send for FontBuilder
impl Sync for FontBuilder
impl Unpin for FontBuilder
impl UnwindSafe for FontBuilder
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.