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