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