Struct aws_sdk_quicksight::types::ColumnConfiguration
source · #[non_exhaustive]pub struct ColumnConfiguration { /* private fields */ }Expand description
The general configuration of a column.
Implementations§
source§impl ColumnConfiguration
impl ColumnConfiguration
sourcepub fn column(&self) -> Option<&ColumnIdentifier>
pub fn column(&self) -> Option<&ColumnIdentifier>
The column.
sourcepub fn format_configuration(&self) -> Option<&FormatConfiguration>
pub fn format_configuration(&self) -> Option<&FormatConfiguration>
The format configuration of a column.
sourcepub fn role(&self) -> Option<&ColumnRole>
pub fn role(&self) -> Option<&ColumnRole>
The role of the column.
source§impl ColumnConfiguration
impl ColumnConfiguration
sourcepub fn builder() -> ColumnConfigurationBuilder
pub fn builder() -> ColumnConfigurationBuilder
Creates a new builder-style object to manufacture ColumnConfiguration.
Trait Implementations§
source§impl Clone for ColumnConfiguration
impl Clone for ColumnConfiguration
source§fn clone(&self) -> ColumnConfiguration
fn clone(&self) -> ColumnConfiguration
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 ColumnConfiguration
impl Debug for ColumnConfiguration
source§impl PartialEq<ColumnConfiguration> for ColumnConfiguration
impl PartialEq<ColumnConfiguration> for ColumnConfiguration
source§fn eq(&self, other: &ColumnConfiguration) -> bool
fn eq(&self, other: &ColumnConfiguration) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ColumnConfiguration
Auto Trait Implementations§
impl RefUnwindSafe for ColumnConfiguration
impl Send for ColumnConfiguration
impl Sync for ColumnConfiguration
impl Unpin for ColumnConfiguration
impl UnwindSafe for ColumnConfiguration
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