Struct qapi_qmp::BlockdevOptionsCurlHttp[][src]

pub struct BlockdevOptionsCurlHttp {
    pub cookie: Option<String>,
    pub cookie_secret: Option<String>,
}

Fields

Trait Implementations

impl Debug for BlockdevOptionsCurlHttp
[src]

Formats the value using the given formatter. Read more

impl Clone for BlockdevOptionsCurlHttp
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations