Struct aws_sdk_quicksight::types::CastColumnTypeOperation
source · #[non_exhaustive]pub struct CastColumnTypeOperation { /* private fields */ }Expand description
A transform operation that casts a column to a different type.
Implementations§
source§impl CastColumnTypeOperation
impl CastColumnTypeOperation
sourcepub fn column_name(&self) -> Option<&str>
pub fn column_name(&self) -> Option<&str>
Column name.
sourcepub fn new_column_type(&self) -> Option<&ColumnDataType>
pub fn new_column_type(&self) -> Option<&ColumnDataType>
New column data type.
source§impl CastColumnTypeOperation
impl CastColumnTypeOperation
sourcepub fn builder() -> CastColumnTypeOperationBuilder
pub fn builder() -> CastColumnTypeOperationBuilder
Creates a new builder-style object to manufacture CastColumnTypeOperation.
Trait Implementations§
source§impl Clone for CastColumnTypeOperation
impl Clone for CastColumnTypeOperation
source§fn clone(&self) -> CastColumnTypeOperation
fn clone(&self) -> CastColumnTypeOperation
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 CastColumnTypeOperation
impl Debug for CastColumnTypeOperation
source§impl PartialEq<CastColumnTypeOperation> for CastColumnTypeOperation
impl PartialEq<CastColumnTypeOperation> for CastColumnTypeOperation
source§fn eq(&self, other: &CastColumnTypeOperation) -> bool
fn eq(&self, other: &CastColumnTypeOperation) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for CastColumnTypeOperation
Auto Trait Implementations§
impl RefUnwindSafe for CastColumnTypeOperation
impl Send for CastColumnTypeOperation
impl Sync for CastColumnTypeOperation
impl Unpin for CastColumnTypeOperation
impl UnwindSafe for CastColumnTypeOperation
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