pub enum SaveOp {
Save,
RollBack,
}
Expand description
Save or Rollback.
Variants§
Trait Implementations§
source§impl PartialEq for SaveOp
impl PartialEq for SaveOp
source§impl PartialOrd for SaveOp
impl PartialOrd for SaveOp
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for SaveOp
impl Eq for SaveOp
impl StructuralPartialEq for SaveOp
Auto Trait Implementations§
impl RefUnwindSafe for SaveOp
impl Send for SaveOp
impl Sync for SaveOp
impl Unpin for SaveOp
impl UnwindSafe for SaveOp
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