pub struct Scoped<'pool, 'scope> { /* private fields */ }Expand description
Scoped impl
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'pool, 'scope> Freeze for Scoped<'pool, 'scope>
impl<'pool, 'scope> !RefUnwindSafe for Scoped<'pool, 'scope>
impl<'pool, 'scope> Send for Scoped<'pool, 'scope>
impl<'pool, 'scope> !Sync for Scoped<'pool, 'scope>
impl<'pool, 'scope> Unpin for Scoped<'pool, 'scope>
impl<'pool, 'scope> !UnwindSafe for Scoped<'pool, 'scope>
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