pub enum CollectResult {
Break(bool),
Continue(bool),
}Variants§
Auto Trait Implementations§
impl Freeze for CollectResult
impl RefUnwindSafe for CollectResult
impl Send for CollectResult
impl Sync for CollectResult
impl Unpin for CollectResult
impl UnwindSafe for CollectResult
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