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