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