Struct libvirt_rpc::request::DomainCreateResponse [] [src]

pub struct DomainCreateResponse(_);

Methods

impl DomainCreateResponse
[src]

[src]

Trait Implementations

impl Debug for DomainCreateResponse
[src]

[src]

Formats the value using the given formatter. Read more

impl<In: Read> Unpack<In> for DomainCreateResponse
[src]

[src]

impl Into<Domain> for DomainCreateResponse
[src]

[src]

Performs the conversion.

Auto Trait Implementations