#[non_exhaustive]pub struct MicrosoftSqlServerCatalogSource { /* private fields */ }Expand description
Specifies a Microsoft SQL server data source in the Glue Data Catalog.
Implementations§
source§impl MicrosoftSqlServerCatalogSource
impl MicrosoftSqlServerCatalogSource
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture MicrosoftSqlServerCatalogSource.
Trait Implementations§
source§impl Clone for MicrosoftSqlServerCatalogSource
impl Clone for MicrosoftSqlServerCatalogSource
source§fn clone(&self) -> MicrosoftSqlServerCatalogSource
fn clone(&self) -> MicrosoftSqlServerCatalogSource
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 PartialEq<MicrosoftSqlServerCatalogSource> for MicrosoftSqlServerCatalogSource
impl PartialEq<MicrosoftSqlServerCatalogSource> for MicrosoftSqlServerCatalogSource
source§fn eq(&self, other: &MicrosoftSqlServerCatalogSource) -> bool
fn eq(&self, other: &MicrosoftSqlServerCatalogSource) -> bool
This method tests for
self and other values to be equal, and is used
by ==.