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