pub struct BackSignalGuard { /* private fields */ }Expand description
Guard for interval event
This guard detects when it is dropped and notifies the party
that cretated BackSignalInterval.
Trait Implementations§
Source§impl Drop for BackSignalGuard
impl Drop for BackSignalGuard
Auto Trait Implementations§
impl Freeze for BackSignalGuard
impl !RefUnwindSafe for BackSignalGuard
impl Send for BackSignalGuard
impl Sync for BackSignalGuard
impl Unpin for BackSignalGuard
impl !UnwindSafe for BackSignalGuard
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