Struct r2d2::event::ReleaseEvent
source · pub struct ReleaseEvent { /* private fields */ }
Expand description
Information about a release event.
Implementations§
source§impl ReleaseEvent
impl ReleaseEvent
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ReleaseEvent
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> 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