Struct vstd::std_specs::control_flow::ExControlFlow
source · pub struct ExControlFlow<B, C>(/* private fields */);
Auto Trait Implementations§
impl<B, C> RefUnwindSafe for ExControlFlow<B, C>where
B: RefUnwindSafe,
C: RefUnwindSafe,
impl<B, C> Send for ExControlFlow<B, C>
impl<B, C> Sync for ExControlFlow<B, C>
impl<B, C> Unpin for ExControlFlow<B, C>
impl<B, C> UnwindSafe for ExControlFlow<B, C>where
B: UnwindSafe,
C: UnwindSafe,
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