Struct libvirt_rpc::request::Domain [] [src]

pub struct Domain(_);

VM instance

Methods

impl Domain
[src]

[src]

positive integer, unique amongst running guest domains on a single host. An inactive domain does not have an ID.

[src]

short string, unique amongst all guest domains on a single host, both running and inactive.

[src]

guaranteed to be unique amongst all guest domains on any host.

Trait Implementations

impl Debug for Domain
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Domain
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Into<Domain> for DomainDefineXMLResponse
[src]

[src]

Performs the conversion.

impl Into<Domain> for DomainCreateResponse
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Domain

impl Sync for Domain