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