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