#[non_exhaustive]pub struct TableFieldLinkConfigurationBuilder { /* private fields */ }Expand description
A builder for TableFieldLinkConfiguration.
Implementations§
source§impl TableFieldLinkConfigurationBuilder
 
impl TableFieldLinkConfigurationBuilder
sourcepub fn target(self, input: UrlTargetConfiguration) -> Self
 
pub fn target(self, input: UrlTargetConfiguration) -> Self
The URL target (new tab, new window, same tab) for the table link configuration.
This field is required.sourcepub fn set_target(self, input: Option<UrlTargetConfiguration>) -> Self
 
pub fn set_target(self, input: Option<UrlTargetConfiguration>) -> Self
The URL target (new tab, new window, same tab) for the table link configuration.
sourcepub fn get_target(&self) -> &Option<UrlTargetConfiguration>
 
pub fn get_target(&self) -> &Option<UrlTargetConfiguration>
The URL target (new tab, new window, same tab) for the table link configuration.
sourcepub fn content(self, input: TableFieldLinkContentConfiguration) -> Self
 
pub fn content(self, input: TableFieldLinkContentConfiguration) -> Self
The URL content (text, icon) for the table link configuration.
This field is required.sourcepub fn set_content(
    self,
    input: Option<TableFieldLinkContentConfiguration>
) -> Self
 
pub fn set_content( self, input: Option<TableFieldLinkContentConfiguration> ) -> Self
The URL content (text, icon) for the table link configuration.
sourcepub fn get_content(&self) -> &Option<TableFieldLinkContentConfiguration>
 
pub fn get_content(&self) -> &Option<TableFieldLinkContentConfiguration>
The URL content (text, icon) for the table link configuration.
sourcepub fn build(self) -> Result<TableFieldLinkConfiguration, BuildError>
 
pub fn build(self) -> Result<TableFieldLinkConfiguration, BuildError>
Consumes the builder and constructs a TableFieldLinkConfiguration.
This method will fail if any of the following fields are not set:
Trait Implementations§
source§impl Clone for TableFieldLinkConfigurationBuilder
 
impl Clone for TableFieldLinkConfigurationBuilder
source§fn clone(&self) -> TableFieldLinkConfigurationBuilder
 
fn clone(&self) -> TableFieldLinkConfigurationBuilder
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 Default for TableFieldLinkConfigurationBuilder
 
impl Default for TableFieldLinkConfigurationBuilder
source§fn default() -> TableFieldLinkConfigurationBuilder
 
fn default() -> TableFieldLinkConfigurationBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for TableFieldLinkConfigurationBuilder
 
impl PartialEq for TableFieldLinkConfigurationBuilder
source§fn eq(&self, other: &TableFieldLinkConfigurationBuilder) -> bool
 
fn eq(&self, other: &TableFieldLinkConfigurationBuilder) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for TableFieldLinkConfigurationBuilder
Auto Trait Implementations§
impl Freeze for TableFieldLinkConfigurationBuilder
impl RefUnwindSafe for TableFieldLinkConfigurationBuilder
impl Send for TableFieldLinkConfigurationBuilder
impl Sync for TableFieldLinkConfigurationBuilder
impl Unpin for TableFieldLinkConfigurationBuilder
impl UnwindSafe for TableFieldLinkConfigurationBuilder
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
source§impl<T> Instrument for T
 
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
 
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
 
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.