Struct diesel::r2d2::event::CheckoutEvent
source · pub struct CheckoutEvent { /* private fields */ }
Available on crate feature
r2d2
only.Expand description
Information about a checkout event.
Implementations§
source§impl CheckoutEvent
impl CheckoutEvent
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CheckoutEvent
impl RefUnwindSafe for CheckoutEvent
impl Send for CheckoutEvent
impl Sync for CheckoutEvent
impl Unpin for CheckoutEvent
impl UnwindSafe for CheckoutEvent
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