Struct sysadmin_bindings::Set
[−]
[src]
pub struct Set { /* fields omitted */ }
Methods
impl Set[src]
impl Set[src]
fn send_command(
self,
client: &mut SysadminClient
) -> Result<GenericResponse, Error>[src]
self,
client: &mut SysadminClient
) -> Result<GenericResponse, Error>
Trait Implementations
impl Debug for Set[src]
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