Struct intervalier::BackSignalInterval
source · [−]pub struct BackSignalInterval { /* private fields */ }
Expand description
Interval that produces stream of “guarded” events.
Each time when such guarded event handled (dropped), event for the receiver is generated.
Implementations
Trait Implementations
sourceimpl IntoStream for BackSignalInterval
impl IntoStream for BackSignalInterval
type Guard = BackSignalGuard
fn into_stream(self) -> Box<dyn Stream<Item = BackSignalGuard> + Unpin + Send>
Auto Trait Implementations
impl !RefUnwindSafe for BackSignalInterval
impl Send for BackSignalInterval
impl Sync for BackSignalInterval
impl Unpin for BackSignalInterval
impl !UnwindSafe for BackSignalInterval
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