Struct create_rust_app::AppData
source · [−]Fields
mailer: Mailer
database: Database
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for AppData
impl !UnwindSafe for AppData
Blanket Implementations
Mutably borrows from an owned value. Read more
Convert self
to an expression for Diesel’s query builder. Read more
fn as_sql<'a, T>(&'a self) -> <&'a Self as AsExpression<T>>::Expression where
&'a Self: AsExpression<T>,
fn as_sql<'a, T>(&'a self) -> <&'a Self as AsExpression<T>>::Expression where
&'a Self: AsExpression<T>,
Convert &self
to an expression for Diesel’s query builder. Read more