#[non_exhaustive]pub struct TableFieldCustomIconContentBuilder { /* private fields */ }Expand description
A builder for TableFieldCustomIconContent.
Implementations§
source§impl TableFieldCustomIconContentBuilder
impl TableFieldCustomIconContentBuilder
sourcepub fn icon(self, input: TableFieldIconSetType) -> Self
pub fn icon(self, input: TableFieldIconSetType) -> Self
The icon set type (link) of the custom icon content for table URL link content.
sourcepub fn set_icon(self, input: Option<TableFieldIconSetType>) -> Self
pub fn set_icon(self, input: Option<TableFieldIconSetType>) -> Self
The icon set type (link) of the custom icon content for table URL link content.
sourcepub fn build(self) -> TableFieldCustomIconContent
pub fn build(self) -> TableFieldCustomIconContent
Consumes the builder and constructs a TableFieldCustomIconContent.
Trait Implementations§
source§impl Clone for TableFieldCustomIconContentBuilder
impl Clone for TableFieldCustomIconContentBuilder
source§fn clone(&self) -> TableFieldCustomIconContentBuilder
fn clone(&self) -> TableFieldCustomIconContentBuilder
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 TableFieldCustomIconContentBuilder
impl Default for TableFieldCustomIconContentBuilder
source§fn default() -> TableFieldCustomIconContentBuilder
fn default() -> TableFieldCustomIconContentBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<TableFieldCustomIconContentBuilder> for TableFieldCustomIconContentBuilder
impl PartialEq<TableFieldCustomIconContentBuilder> for TableFieldCustomIconContentBuilder
source§fn eq(&self, other: &TableFieldCustomIconContentBuilder) -> bool
fn eq(&self, other: &TableFieldCustomIconContentBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.