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