Struct sysadmin_bindings::Commit
[−]
[src]
pub struct Commit { /* fields omitted */ }
Methods
impl Commit[src]
pub fn new(config: CommitConfig) -> Commit[src]
pub fn send_command(
self,
client: &mut SysadminClient
) -> SysadminResult<CommitResponse>[src]
self,
client: &mut SysadminClient
) -> SysadminResult<CommitResponse>
Trait Implementations
impl Debug for Commit[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Clone for Commit[src]
fn clone(&self) -> Commit[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
impl PartialEq for Commit[src]
fn eq(&self, __arg_0: &Commit) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &Commit) -> bool[src]
This method tests for !=.