Enum below_dump::tmain::IterExecResult
source · [−]pub enum IterExecResult {
Success,
Skip,
}Variants
Success
Skip
Trait Implementations
sourceimpl PartialEq<IterExecResult> for IterExecResult
impl PartialEq<IterExecResult> for IterExecResult
sourcefn eq(&self, other: &IterExecResult) -> bool
fn eq(&self, other: &IterExecResult) -> bool
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more