#[non_exhaustive]pub struct TableCellImageSizingConfigurationBuilder { /* private fields */ }Expand description
A builder for TableCellImageSizingConfiguration.
Implementations§
source§impl TableCellImageSizingConfigurationBuilder
impl TableCellImageSizingConfigurationBuilder
sourcepub fn table_cell_image_scaling_configuration(
self,
input: TableCellImageScalingConfiguration
) -> Self
pub fn table_cell_image_scaling_configuration( self, input: TableCellImageScalingConfiguration ) -> Self
The cell scaling configuration of the sizing options for the table image configuration.
sourcepub fn set_table_cell_image_scaling_configuration(
self,
input: Option<TableCellImageScalingConfiguration>
) -> Self
pub fn set_table_cell_image_scaling_configuration( self, input: Option<TableCellImageScalingConfiguration> ) -> Self
The cell scaling configuration of the sizing options for the table image configuration.
sourcepub fn build(self) -> TableCellImageSizingConfiguration
pub fn build(self) -> TableCellImageSizingConfiguration
Consumes the builder and constructs a TableCellImageSizingConfiguration.
Trait Implementations§
source§impl Clone for TableCellImageSizingConfigurationBuilder
impl Clone for TableCellImageSizingConfigurationBuilder
source§fn clone(&self) -> TableCellImageSizingConfigurationBuilder
fn clone(&self) -> TableCellImageSizingConfigurationBuilder
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 TableCellImageSizingConfigurationBuilder
impl Default for TableCellImageSizingConfigurationBuilder
source§fn default() -> TableCellImageSizingConfigurationBuilder
fn default() -> TableCellImageSizingConfigurationBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<TableCellImageSizingConfigurationBuilder> for TableCellImageSizingConfigurationBuilder
impl PartialEq<TableCellImageSizingConfigurationBuilder> for TableCellImageSizingConfigurationBuilder
source§fn eq(&self, other: &TableCellImageSizingConfigurationBuilder) -> bool
fn eq(&self, other: &TableCellImageSizingConfigurationBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.