Struct odbc::DriverInfo [] [src]

pub struct DriverInfo {
    pub description: String,
    pub attributes: HashMap<String, String>,
}

Struct holding information available on a driver.

Can be obtained via Environment::drivers

Fields

Name of the odbc driver

List of attributes of the odbc driver

Trait Implementations

impl Clone for DriverInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DriverInfo
[src]

Formats the value using the given formatter.

impl Eq for DriverInfo
[src]

impl PartialEq for DriverInfo
[src]

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

This method tests for !=.