Struct pancake_server::engine_ssi::wasm::WasmState
source · struct WasmState {
db_provider: DbProvider,
}Fields§
§db_provider: DbProviderAuto Trait Implementations§
impl RefUnwindSafe for WasmState
impl Send for WasmState
impl Sync for WasmState
impl Unpin for WasmState
impl UnwindSafe for WasmState
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