pub struct TimerSynchronous;Expand description
Marker for Synchronous operation
Auto Trait Implementations§
impl Freeze for TimerSynchronous
impl RefUnwindSafe for TimerSynchronous
impl Send for TimerSynchronous
impl Sync for TimerSynchronous
impl Unpin for TimerSynchronous
impl UnwindSafe for TimerSynchronous
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