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