Struct odbc::DataSourceInfo [] [src]

pub struct DataSourceInfo {
    pub server_name: String,
    pub driver: String,
}

Holds name and description of a datasource

Can be obtained via Environment::data_sources

Fields

Name of the data source

Description of the data source

Trait Implementations

impl Clone for DataSourceInfo
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for DataSourceInfo
[src]

[src]

Formats the value using the given formatter.

impl Eq for DataSourceInfo
[src]

impl PartialEq for DataSourceInfo
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.