Struct diesel::r2d2::event::ReleaseEvent   
source · pub struct ReleaseEvent { /* private fields */ }Available on crate feature 
r2d2 only.Expand description
Information about a release event.
Implementations§
source§impl ReleaseEvent
 
impl ReleaseEvent
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ReleaseEvent
impl Send for ReleaseEvent
impl Sync for ReleaseEvent
impl Unpin for ReleaseEvent
impl UnwindSafe for ReleaseEvent
Blanket Implementations§
source§impl<T> IntoSql for T
 
impl<T> IntoSql for T
source§fn into_sql<T>(self) -> AsExprOf<Self, T>where
    Self: AsExpression<T> + Sized,
    T: SqlType + TypedExpressionType,
 
fn into_sql<T>(self) -> AsExprOf<Self, T>where Self: AsExpression<T> + Sized, T: SqlType + TypedExpressionType,
Convert 
self to an expression for Diesel’s query builder. Read moresource§fn as_sql<'a, T>(&'a self) -> AsExprOf<&'a Self, T>where
    &'a Self: AsExpression<T>,
    T: SqlType + TypedExpressionType,
 
fn as_sql<'a, T>(&'a self) -> AsExprOf<&'a Self, T>where &'a Self: AsExpression<T>, T: SqlType + TypedExpressionType,
Convert 
&self to an expression for Diesel’s query builder. Read more