Struct gift_shop::DefaultApp
source · pub(crate) struct DefaultApp {}
Trait Implementations§
source§impl Application for DefaultApp
impl Application for DefaultApp
§type Storage = PostgresStorage
type Storage = PostgresStorage
The type of storage used by the application
source§fn with_default() -> ApplicationBuilder<Self>
fn with_default() -> ApplicationBuilder<Self>
Used to initiate the launch of the application Read more
source§impl Default for DefaultApp
impl Default for DefaultApp
source§fn default() -> DefaultApp
fn default() -> DefaultApp
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for DefaultApp
impl Send for DefaultApp
impl Sync for DefaultApp
impl Unpin for DefaultApp
impl UnwindSafe for DefaultApp
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