Struct intervalier::BackSignalGuard
source · [−]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
sourceimpl Drop for BackSignalGuard
impl Drop for BackSignalGuard
sourceimpl Guard for BackSignalGuard
impl Guard for BackSignalGuard
Auto Trait Implementations
impl !RefUnwindSafe for BackSignalGuard
impl Send for BackSignalGuard
impl Sync for BackSignalGuard
impl Unpin for BackSignalGuard
impl !UnwindSafe for BackSignalGuard
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