Struct aws_sdk_quicksight::model::DataSetSchema
source · [−]#[non_exhaustive]pub struct DataSetSchema { /* private fields */ }Expand description
Dataset schema.
Implementations
sourceimpl DataSetSchema
impl DataSetSchema
sourcepub fn column_schema_list(&self) -> Option<&[ColumnSchema]>
pub fn column_schema_list(&self) -> Option<&[ColumnSchema]>
A structure containing the list of column schemas.
sourceimpl DataSetSchema
impl DataSetSchema
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DataSetSchema.
Trait Implementations
sourceimpl Clone for DataSetSchema
impl Clone for DataSetSchema
sourcefn clone(&self) -> DataSetSchema
fn clone(&self) -> DataSetSchema
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 DataSetSchema
impl Debug for DataSetSchema
sourceimpl PartialEq<DataSetSchema> for DataSetSchema
impl PartialEq<DataSetSchema> for DataSetSchema
sourcefn eq(&self, other: &DataSetSchema) -> bool
fn eq(&self, other: &DataSetSchema) -> bool
impl StructuralPartialEq for DataSetSchema
Auto Trait Implementations
impl RefUnwindSafe for DataSetSchema
impl Send for DataSetSchema
impl Sync for DataSetSchema
impl Unpin for DataSetSchema
impl UnwindSafe for DataSetSchema
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