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