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