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

Trait Implementations

impl Debug for BlockdevOptionsCurlBase
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for BlockdevOptionsCurlBase
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations