pub struct AppState {
pub config: Config,
pub middlewares: LoadedMiddlewares,
pub tracer: TraceEmitter,
}Expand description
Shared state cloned into each per-request task.
Fields§
§config: Config§middlewares: LoadedMiddlewares§tracer: TraceEmitterLive match-trace channel. Shared across all request handler tasks.
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for AppState
impl !UnwindSafe for AppState
impl Freeze for AppState
impl Send for AppState
impl Sync for AppState
impl Unpin for AppState
impl UnsafeUnpin for AppState
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