Struct sysadmin_bindings::Get
[−]
[src]
pub struct Get { /* fields omitted */ }
Methods
impl Get[src]
fn new<S: Into<String>>(s: S) -> Get[src]
fn send_command(self, client: &mut SysadminClient) -> Result<GetResponse, Error>[src]
Trait Implementations
impl Debug for Get[src]
impl Clone for Get[src]
fn clone(&self) -> Get[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