Struct libvirt_rpc::request::generated::remote_nonnull_storage_pool [] [src]

pub struct remote_nonnull_storage_pool {
    pub name: remote_nonnull_string,
    pub uuid: remote_uuid,
}

Fields

Trait Implementations

impl Clone for remote_nonnull_storage_pool
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for remote_nonnull_storage_pool
[src]

[src]

Formats the value using the given formatter. Read more

impl Eq for remote_nonnull_storage_pool
[src]

impl PartialEq for remote_nonnull_storage_pool
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl<Out: Write> Pack<Out> for remote_nonnull_storage_pool
[src]

[src]

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

impl From<remote_nonnull_storage_pool> for StoragePool
[src]

[src]

Performs the conversion.

Auto Trait Implementations