pub enum IterExecResult {
Success,
Skip,
}
Variants§
Trait Implementations§
Source§impl PartialEq for IterExecResult
impl PartialEq for IterExecResult
impl StructuralPartialEq for IterExecResult
Auto Trait Implementations§
impl Freeze for IterExecResult
impl RefUnwindSafe for IterExecResult
impl Send for IterExecResult
impl Sync for IterExecResult
impl Unpin for IterExecResult
impl UnwindSafe for IterExecResult
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