Struct aws_sdk_honeycode::model::TableColumn [−][src]
#[non_exhaustive]pub struct TableColumn {
pub table_column_id: Option<String>,
pub table_column_name: Option<String>,
pub format: Option<Format>,
}
Expand description
An object that contains attributes about a single column in a table
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.table_column_id: Option<String>
The id of the column in the table.
table_column_name: Option<String>
The name of the column in the table.
format: Option<Format>
The column level format that is applied in the table. An empty value in this field means that the column format is the default value 'AUTO'.
Implementations
The id of the column in the table.
The name of the column in the table.
Creates a new builder-style object to manufacture TableColumn
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for TableColumn
impl Send for TableColumn
impl Sync for TableColumn
impl Unpin for TableColumn
impl UnwindSafe for TableColumn
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more