pub struct DbRoom { /* private fields */ }Implementations§
Trait Implementations§
Source§impl DurableObject for DbRoom
impl DurableObject for DbRoom
fn new(state: State, env: Env) -> Self
fn fetch<'life0, 'async_trait>(
&'life0 mut self,
req: Request,
) -> Pin<Box<dyn Future<Output = Result<Response>> + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn alarm<'life0, 'async_trait>(
&'life0 mut self,
) -> Pin<Box<dyn Future<Output = Result<Response>> + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
Source§impl FromWasmAbi for DbRoom
impl FromWasmAbi for DbRoom
Source§impl IntoWasmAbi for DbRoom
impl IntoWasmAbi for DbRoom
Source§impl LongRefFromWasmAbi for DbRoom
impl LongRefFromWasmAbi for DbRoom
Source§impl OptionFromWasmAbi for DbRoom
impl OptionFromWasmAbi for DbRoom
Source§impl OptionIntoWasmAbi for DbRoom
impl OptionIntoWasmAbi for DbRoom
Source§impl RefFromWasmAbi for DbRoom
impl RefFromWasmAbi for DbRoom
Source§impl RefMutFromWasmAbi for DbRoom
impl RefMutFromWasmAbi for DbRoom
Auto Trait Implementations§
impl Freeze for DbRoom
impl RefUnwindSafe for DbRoom
impl Send for DbRoom
impl Sync for DbRoom
impl Unpin for DbRoom
impl UnwindSafe for DbRoom
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
Source§impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
Source§type Abi = <T as IntoWasmAbi>::Abi
type Abi = <T as IntoWasmAbi>::Abi
Same as
IntoWasmAbi::AbiSource§fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
Same as
IntoWasmAbi::into_abi, except that it may throw and never
return in the case of Err.