Struct qapi_qmp::BlockdevOptionsCurlFtp [−][src]
pub struct BlockdevOptionsCurlFtp {
pub base: BlockdevOptionsCurlBase,
}Fields
base: BlockdevOptionsCurlBase
Trait Implementations
impl Debug for BlockdevOptionsCurlFtp[src]
impl Debug for BlockdevOptionsCurlFtpfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for BlockdevOptionsCurlFtp[src]
impl Clone for BlockdevOptionsCurlFtpfn clone(&self) -> BlockdevOptionsCurlFtp[src]
fn clone(&self) -> BlockdevOptionsCurlFtpReturns 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 BlockdevOptionsCurlFtp
impl Send for BlockdevOptionsCurlFtpimpl Sync for BlockdevOptionsCurlFtp
impl Sync for BlockdevOptionsCurlFtp