Struct aws_sdk_quicksight::model::ColumnSchema
source · [−]#[non_exhaustive]pub struct ColumnSchema { /* private fields */ }Expand description
The column schema.
Implementations
sourceimpl ColumnSchema
impl ColumnSchema
sourceimpl ColumnSchema
impl ColumnSchema
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ColumnSchema.
Trait Implementations
sourceimpl Clone for ColumnSchema
impl Clone for ColumnSchema
sourcefn clone(&self) -> ColumnSchema
fn clone(&self) -> ColumnSchema
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for ColumnSchema
impl Debug for ColumnSchema
sourceimpl PartialEq<ColumnSchema> for ColumnSchema
impl PartialEq<ColumnSchema> for ColumnSchema
sourcefn eq(&self, other: &ColumnSchema) -> bool
fn eq(&self, other: &ColumnSchema) -> bool
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more