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