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