Struct limiting_factor::kernel::MinimalApplication [−][src]
pub struct MinimalApplication {}
Implementations
Auto Trait Implementations
impl RefUnwindSafe for MinimalApplication
impl Send for MinimalApplication
impl Sync for MinimalApplication
impl Unpin for MinimalApplication
impl UnwindSafe for MinimalApplication
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