pub struct ControlFlowBreakValueFn { /* private fields */ }Expand description
ControlFlow::break_value function.
Trait Implementations§
Source§impl Clone for ControlFlowBreakValueFn
impl Clone for ControlFlowBreakValueFn
Source§fn clone(&self) -> ControlFlowBreakValueFn
fn clone(&self) -> ControlFlowBreakValueFn
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ControlFlowBreakValueFn
Source§impl Default for ControlFlowBreakValueFn
impl Default for ControlFlowBreakValueFn
Source§fn default() -> ControlFlowBreakValueFn
fn default() -> ControlFlowBreakValueFn
Returns the “default value” for a type. Read more
Source§impl<B, C> Fn<(ControlFlow<B, C>,)> for ControlFlowBreakValueFn
impl<B, C> Fn<(ControlFlow<B, C>,)> for ControlFlowBreakValueFn
Source§impl<B, C> FnMut<(ControlFlow<B, C>,)> for ControlFlowBreakValueFn
impl<B, C> FnMut<(ControlFlow<B, C>,)> for ControlFlowBreakValueFn
Source§impl<B, C> FnOnce<(ControlFlow<B, C>,)> for ControlFlowBreakValueFn
impl<B, C> FnOnce<(ControlFlow<B, C>,)> for ControlFlowBreakValueFn
Auto Trait Implementations§
impl Freeze for ControlFlowBreakValueFn
impl RefUnwindSafe for ControlFlowBreakValueFn
impl Send for ControlFlowBreakValueFn
impl Sync for ControlFlowBreakValueFn
impl Unpin for ControlFlowBreakValueFn
impl UnsafeUnpin for ControlFlowBreakValueFn
impl UnwindSafe for ControlFlowBreakValueFn
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