Struct qapi_qmp::BlockdevOptionsCurlBase
[−]
[src]
pub struct BlockdevOptionsCurlBase { pub url: String, pub proxy_username: Option<String>, pub proxy_password_secret: Option<String>, pub readahead: Option<isize>, pub password_secret: Option<String>, pub timeout: Option<isize>, pub username: Option<String>, }
Fields
url: String
proxy_username: Option<String>
proxy_password_secret: Option<String>
readahead: Option<isize>
password_secret: Option<String>
timeout: Option<isize>
username: Option<String>
Trait Implementations
impl Debug for BlockdevOptionsCurlBase
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Clone for BlockdevOptionsCurlBase
[src]
fn clone(&self) -> BlockdevOptionsCurlBase
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more