pub struct SubScope<P, A>where
P: Loop<P> + 'static,
A: 'static,{ /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<P, A> Freeze for SubScope<P, A>where
A: Freeze,
impl<P, A> !RefUnwindSafe for SubScope<P, A>
impl<P, A> !Send for SubScope<P, A>
impl<P, A> !Sync for SubScope<P, A>
impl<P, A> Unpin for SubScope<P, A>where
A: Unpin,
impl<P, A> !UnwindSafe for SubScope<P, A>
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