pub struct AppState {
pub config: AppConfig,
pub client: Client,
pub storage: Storage,
pub review_store: ReviewStore,
pub metrics: AppMetrics,
}Fields§
§config: AppConfig§client: Client§storage: Storage§review_store: ReviewStore§metrics: AppMetricsTrait 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