Struct sysadmin_bindings::Set 
                   
                       [−]
                   
               [src]
pub struct Set { /* fields omitted */ }
                    Methods
impl Set[src]
impl Set[src]
pub fn send_command(
    self, 
    client: &mut SysadminClient
) -> SysadminResult<GenericResponse>[src]
self,
client: &mut SysadminClient
) -> SysadminResult<GenericResponse>
Trait Implementations
impl Debug for Set[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Clone for Set[src]
fn clone(&self) -> Set[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more