Struct aws_sdk_iottwinmaker::types::ColumnDescription
source · #[non_exhaustive]pub struct ColumnDescription { /* private fields */ }Expand description
A description of the column in the query results.
Implementations§
source§impl ColumnDescription
impl ColumnDescription
sourcepub fn builder() -> ColumnDescriptionBuilder
pub fn builder() -> ColumnDescriptionBuilder
Creates a new builder-style object to manufacture ColumnDescription.
Trait Implementations§
source§impl Clone for ColumnDescription
impl Clone for ColumnDescription
source§fn clone(&self) -> ColumnDescription
fn clone(&self) -> ColumnDescription
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 ColumnDescription
impl Debug for ColumnDescription
source§impl PartialEq<ColumnDescription> for ColumnDescription
impl PartialEq<ColumnDescription> for ColumnDescription
source§fn eq(&self, other: &ColumnDescription) -> bool
fn eq(&self, other: &ColumnDescription) -> bool
This method tests for
self and other values to be equal, and is used
by ==.