Struct r2d2_mysql::url::Url
[−]
[src]
pub struct Url {
pub scheme: String,
pub user: Option<UserInfo>,
pub host: String,
pub port: Option<u16>,
pub path: Path,
}Fields
scheme | |
user | |
host | |
port | |
path |