#[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() -> TableFieldLinkConfigurationBuilder
pub fn builder() -> TableFieldLinkConfigurationBuilder
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 ==.impl StructuralPartialEq for TableFieldLinkConfiguration
Auto Trait Implementations§
impl RefUnwindSafe for TableFieldLinkConfiguration
impl Send for TableFieldLinkConfiguration
impl Sync for TableFieldLinkConfiguration
impl Unpin for TableFieldLinkConfiguration
impl UnwindSafe for TableFieldLinkConfiguration
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