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