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