Struct libvirt_rpc::request::generated::remote_auth_sasl_init_ret
[−]
[src]
pub struct remote_auth_sasl_init_ret {
pub mechlist: remote_nonnull_string,
}Fields
mechlist: remote_nonnull_string
Trait Implementations
impl Clone for remote_auth_sasl_init_ret[src]
fn clone(&self) -> remote_auth_sasl_init_ret
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_auth_sasl_init_ret[src]
impl Eq for remote_auth_sasl_init_ret[src]
impl PartialEq for remote_auth_sasl_init_ret[src]
fn eq(&self, __arg_0: &remote_auth_sasl_init_ret) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &remote_auth_sasl_init_ret) -> bool
This method tests for !=.