Struct connection_string::JdbcString
source · [−]pub struct JdbcString { /* private fields */ }
Expand description
Implementations
Access the connection sub-protocol
Access the connection server name
Get a reference to the connection’s instance name.
Access the connection’s key-value pairs
Mutably access the connection’s key-value pairs
Get an iterator over all keys from the connection’s key-value pairs
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 JdbcString
impl Send for JdbcString
impl Sync for JdbcString
impl Unpin for JdbcString
impl UnwindSafe for JdbcString
Blanket Implementations
Mutably borrows from an owned value. Read more