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