#[non_exhaustive]pub struct RelationalDatabaseDataSourceConfig {
pub relational_database_source_type: Option<RelationalDatabaseSourceType>,
pub rds_http_endpoint_config: Option<RdsHttpEndpointConfig>,
}
Expand description
Describes a relational database data source configuration.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.relational_database_source_type: Option<RelationalDatabaseSourceType>
Source type for the relational database.
-
RDS_HTTP_ENDPOINT: The relational database source type is an Amazon Relational Database Service (Amazon RDS) HTTP endpoint.
rds_http_endpoint_config: Option<RdsHttpEndpointConfig>
Amazon RDS HTTP endpoint settings.
Implementations
Source type for the relational database.
-
RDS_HTTP_ENDPOINT: The relational database source type is an Amazon Relational Database Service (Amazon RDS) HTTP endpoint.
Amazon RDS HTTP endpoint settings.
Creates a new builder-style object to manufacture RelationalDatabaseDataSourceConfig
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl Send for RelationalDatabaseDataSourceConfig
impl Sync for RelationalDatabaseDataSourceConfig
impl Unpin for RelationalDatabaseDataSourceConfig
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more