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