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