pub struct TimerTest<'a, A: Alarm<'a>> {
alarm: &'a A,
}
Fields§
§alarm: &'a A
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a, A> Freeze for TimerTest<'a, A>
impl<'a, A> RefUnwindSafe for TimerTest<'a, A>where
A: RefUnwindSafe,
impl<'a, A> Send for TimerTest<'a, A>where
A: Sync,
impl<'a, A> Sync for TimerTest<'a, A>where
A: Sync,
impl<'a, A> Unpin for TimerTest<'a, A>
impl<'a, A> UnwindSafe for TimerTest<'a, A>where
A: RefUnwindSafe,
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