pub struct HandleCore<G: Scope, D: Container> { /* private fields */ }
Expand description
A handle used to bind the source of a loop variable.
Trait Implementations§
Auto Trait Implementations§
impl<G, D> !RefUnwindSafe for HandleCore<G, D>
impl<G, D> !Send for HandleCore<G, D>
impl<G, D> !Sync for HandleCore<G, D>
impl<G, D> Unpin for HandleCore<G, D>where
D: Unpin,
G: Unpin,
<<G as ScopeParent>::Timestamp as Timestamp>::Summary: Unpin,
<G as ScopeParent>::Timestamp: Unpin,
impl<G, D> !UnwindSafe for HandleCore<G, D>
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