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