pub enum LoopEvaluationResult {
Continue,
Bail,
}Variants§
Auto Trait Implementations§
impl Freeze for LoopEvaluationResult
impl RefUnwindSafe for LoopEvaluationResult
impl Send for LoopEvaluationResult
impl Sync for LoopEvaluationResult
impl Unpin for LoopEvaluationResult
impl UnsafeUnpin for LoopEvaluationResult
impl UnwindSafe for LoopEvaluationResult
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