Struct libvirt_rpc::request::generated::remote_nonnull_domain
[−]
[src]
pub struct remote_nonnull_domain { pub name: remote_nonnull_string, pub uuid: remote_uuid, pub id: i32, }
Fields
name: remote_nonnull_string
uuid: remote_uuid
id: i32
Trait Implementations
impl Clone for remote_nonnull_domain
[src]
fn clone(&self) -> remote_nonnull_domain
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_domain
[src]
impl Eq for remote_nonnull_domain
[src]
impl PartialEq for remote_nonnull_domain
[src]
fn eq(&self, __arg_0: &remote_nonnull_domain) -> 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_domain) -> bool
This method tests for !=
.