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