Enum libsalmo::config::ConnectionInfo
source · pub enum ConnectionInfo {
Url(Option<String>),
Params {
user: Option<String>,
password: Option<String>,
dbname: Option<String>,
options: Option<String>,
host: Option<String>,
port: Option<String>,
},
}Variants§
Trait Implementations§
source§impl Clone for ConnectionInfo
impl Clone for ConnectionInfo
source§fn clone(&self) -> ConnectionInfo
fn clone(&self) -> ConnectionInfo
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more