#[non_exhaustive]pub struct TableFieldCustomTextContent { /* private fields */ }
Expand description
The custom text content (value, font configuration) for the table link content configuration.
Implementations§
source§impl TableFieldCustomTextContent
impl TableFieldCustomTextContent
sourcepub fn value(&self) -> Option<&str>
pub fn value(&self) -> Option<&str>
The string value of the custom text content for the table URL link content.
sourcepub fn font_configuration(&self) -> Option<&FontConfiguration>
pub fn font_configuration(&self) -> Option<&FontConfiguration>
The font configuration of the custom text content for the table URL link content.
source§impl TableFieldCustomTextContent
impl TableFieldCustomTextContent
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TableFieldCustomTextContent
.
Trait Implementations§
source§impl Clone for TableFieldCustomTextContent
impl Clone for TableFieldCustomTextContent
source§fn clone(&self) -> TableFieldCustomTextContent
fn clone(&self) -> TableFieldCustomTextContent
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 TableFieldCustomTextContent
impl Debug for TableFieldCustomTextContent
source§impl PartialEq<TableFieldCustomTextContent> for TableFieldCustomTextContent
impl PartialEq<TableFieldCustomTextContent> for TableFieldCustomTextContent
source§fn eq(&self, other: &TableFieldCustomTextContent) -> bool
fn eq(&self, other: &TableFieldCustomTextContent) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.