pub struct AppState {
pub config: Config,
pub proxy: ProxyClient,
pub appservice: AppService,
pub transaction_store: TransactionStore,
pub cache: Cache,
}Fields§
§config: Config§proxy: ProxyClient§appservice: AppService§transaction_store: TransactionStore§cache: CacheImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AppState
impl !RefUnwindSafe for AppState
impl Send for AppState
impl Sync for AppState
impl Unpin for AppState
impl !UnwindSafe 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