Struct puff_rs::python::asgi::ServerContext
source · pub struct ServerContext<T: AsyncFn> { /* private fields */ }
Implementations
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>
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