pub enum RollbackType {
Fail = 0,
Stop = 1,
}Variants§
Trait Implementations§
Source§impl Clone for RollbackType
impl Clone for RollbackType
Source§fn clone(&self) -> RollbackType
fn clone(&self) -> RollbackType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RollbackType
impl Debug for RollbackType
Source§impl PartialEq for RollbackType
impl PartialEq for RollbackType
impl Copy for RollbackType
impl Eq for RollbackType
impl StructuralPartialEq for RollbackType
Auto Trait Implementations§
impl Freeze for RollbackType
impl RefUnwindSafe for RollbackType
impl Send for RollbackType
impl Sync for RollbackType
impl Unpin for RollbackType
impl UnwindSafe for RollbackType
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more