pub struct ReleaseEvent { /* private fields */ }
Expand description
Information about a release event.
Implementations
sourceimpl 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more