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