Enum below_dump::tmain::IterExecResult
source · pub enum IterExecResult {
Success,
Skip,
}Variants§
Trait Implementations§
source§impl PartialEq<IterExecResult> for IterExecResult
impl PartialEq<IterExecResult> for IterExecResult
source§fn eq(&self, other: &IterExecResult) -> bool
fn eq(&self, other: &IterExecResult) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for IterExecResult
Auto Trait Implementations§
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