Struct odbc_api::DriverInfo [−][src]
Expand description
Struct holding information available on a driver. Can be obtained via Environment::drivers.
Fields
description: StringName of the ODBC driver
attributes: HashMap<String, String>Attributes values of the driver by key
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 RefUnwindSafe for DriverInfo
impl Send for DriverInfo
impl Sync for DriverInfo
impl Unpin for DriverInfo
impl UnwindSafe for DriverInfo
Blanket Implementations
Mutably borrows from an owned value. Read more