#[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 get_table_cell_image_scaling_configuration(
&self
) -> &Option<TableCellImageScalingConfiguration>
pub fn get_table_cell_image_scaling_configuration( &self ) -> &Option<TableCellImageScalingConfiguration>
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 for TableCellImageSizingConfigurationBuilder
impl PartialEq 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 ==.impl StructuralPartialEq for TableCellImageSizingConfigurationBuilder
Auto Trait Implementations§
impl RefUnwindSafe for TableCellImageSizingConfigurationBuilder
impl Send for TableCellImageSizingConfigurationBuilder
impl Sync for TableCellImageSizingConfigurationBuilder
impl Unpin for TableCellImageSizingConfigurationBuilder
impl UnwindSafe for TableCellImageSizingConfigurationBuilder
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.