Struct aws_sdk_glue::model::GlueStudioSchemaColumn
source · #[non_exhaustive]pub struct GlueStudioSchemaColumn { /* private fields */ }Expand description
Specifies a single column in a Glue schema definition.
Implementations§
source§impl GlueStudioSchemaColumn
impl GlueStudioSchemaColumn
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GlueStudioSchemaColumn.
Trait Implementations§
source§impl Clone for GlueStudioSchemaColumn
impl Clone for GlueStudioSchemaColumn
source§fn clone(&self) -> GlueStudioSchemaColumn
fn clone(&self) -> GlueStudioSchemaColumn
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 GlueStudioSchemaColumn
impl Debug for GlueStudioSchemaColumn
source§impl PartialEq<GlueStudioSchemaColumn> for GlueStudioSchemaColumn
impl PartialEq<GlueStudioSchemaColumn> for GlueStudioSchemaColumn
source§fn eq(&self, other: &GlueStudioSchemaColumn) -> bool
fn eq(&self, other: &GlueStudioSchemaColumn) -> bool
This method tests for
self and other values to be equal, and is used
by ==.