Struct libvirt_rpc::request::generated::remote_nonnull_storage_vol
[−]
[src]
pub struct remote_nonnull_storage_vol {
pub pool: remote_nonnull_string,
pub name: remote_nonnull_string,
pub key: remote_nonnull_string,
}Fields
pool: remote_nonnull_string
name: remote_nonnull_string
key: remote_nonnull_string
Trait Implementations
impl Clone for remote_nonnull_storage_vol[src]
fn clone(&self) -> remote_nonnull_storage_vol
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Debug for remote_nonnull_storage_vol[src]
impl Eq for remote_nonnull_storage_vol[src]
impl PartialEq for remote_nonnull_storage_vol[src]
fn eq(&self, __arg_0: &remote_nonnull_storage_vol) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &remote_nonnull_storage_vol) -> bool
This method tests for !=.