pub struct ControlFlowContinueFn<B> { /* private fields */ }Expand description
ControlFlow::Continue function.
Trait Implementations§
Source§impl<B> Clone for ControlFlowContinueFn<B>
impl<B> Clone for ControlFlowContinueFn<B>
impl<B> Copy for ControlFlowContinueFn<B>
Source§impl<B> Default for ControlFlowContinueFn<B>
impl<B> Default for ControlFlowContinueFn<B>
Source§impl<C, B> Fn<(C,)> for ControlFlowContinueFn<B>
impl<C, B> Fn<(C,)> for ControlFlowContinueFn<B>
Source§impl<C, B> FnMut<(C,)> for ControlFlowContinueFn<B>
impl<C, B> FnMut<(C,)> for ControlFlowContinueFn<B>
Auto Trait Implementations§
impl<B> Freeze for ControlFlowContinueFn<B>
impl<B> RefUnwindSafe for ControlFlowContinueFn<B>
impl<B> Send for ControlFlowContinueFn<B>
impl<B> Sync for ControlFlowContinueFn<B>
impl<B> Unpin for ControlFlowContinueFn<B>
impl<B> UnsafeUnpin for ControlFlowContinueFn<B>
impl<B> UnwindSafe for ControlFlowContinueFn<B>
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