Struct sysadmin_bindings::Get
[−]
[src]
pub struct Get { /* fields omitted */ }
Methods
impl Get[src]
pub fn new<S: Into<String>>(s: S) -> Get[src]
pub fn send_command(
self,
client: &mut SysadminClient
) -> SysadminResult<GetResponse>[src]
self,
client: &mut SysadminClient
) -> SysadminResult<GetResponse>
Trait Implementations
impl Debug for Get[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
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