pub enum OpStatus {
Success,
Failure,
}Expand description
Status of an operation execution.
Used in ModificationLogEntry to indicate whether an operation
succeeded or failed.
Variants§
Trait Implementations§
impl Eq for OpStatus
impl StructuralPartialEq for OpStatus
Auto Trait Implementations§
impl Freeze for OpStatus
impl RefUnwindSafe for OpStatus
impl Send for OpStatus
impl Sync for OpStatus
impl Unpin for OpStatus
impl UnwindSafe for OpStatus
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