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