Struct puff_rs::python::wsgi::ServerContext
source · pub struct ServerContext<T: WsgiServerSpawner> { /* private fields */ }
Implementations
sourceimpl<T: WsgiServerSpawner> ServerContext<T>
impl<T: WsgiServerSpawner> ServerContext<T>
Auto Trait Implementations
impl<T> !RefUnwindSafe for ServerContext<T>
impl<T> Send for ServerContext<T>where
T: Send,
impl<T> Sync for ServerContext<T>where
T: Sync,
impl<T> Unpin for ServerContext<T>where
T: Unpin,
impl<T> UnwindSafe for ServerContext<T>where
T: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more