pub struct NotWhenAudio { /* private fields */ }
Expand description
See module-level docs
Implementations§
Trait Implementations§
Source§impl Debug for NotWhenAudio
impl Debug for NotWhenAudio
Source§impl Drop for NotWhenAudio
impl Drop for NotWhenAudio
Source§impl Module for NotWhenAudio
impl Module for NotWhenAudio
Source§fn pre_timer(&mut self, _timer: TimerInfo) -> Result<Progress>
fn pre_timer(&mut self, _timer: TimerInfo) -> Result<Progress>
Decides if a timer should be allowed to execute
Source§fn post_timer(&mut self, _timer: TimerInfo) -> Result<Progress>
fn post_timer(&mut self, _timer: TimerInfo) -> Result<Progress>
Decides what happens after a timer has executed
Auto Trait Implementations§
impl Freeze for NotWhenAudio
impl !RefUnwindSafe for NotWhenAudio
impl !Send for NotWhenAudio
impl !Sync for NotWhenAudio
impl Unpin for NotWhenAudio
impl !UnwindSafe for NotWhenAudio
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