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