pub struct EventHandlerScopeGuard { /* private fields */ }Trait Implementations§
Source§impl Drop for EventHandlerScopeGuard
impl Drop for EventHandlerScopeGuard
Auto Trait Implementations§
impl Freeze for EventHandlerScopeGuard
impl RefUnwindSafe for EventHandlerScopeGuard
impl Send for EventHandlerScopeGuard
impl Sync for EventHandlerScopeGuard
impl Unpin for EventHandlerScopeGuard
impl UnsafeUnpin for EventHandlerScopeGuard
impl UnwindSafe for EventHandlerScopeGuard
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