pub struct TimedHandlerId(/* private fields */);Trait Implementations§
Auto Trait Implementations§
impl !Send for TimedHandlerId
impl !Sync for TimedHandlerId
impl Freeze for TimedHandlerId
impl RefUnwindSafe for TimedHandlerId
impl Unpin for TimedHandlerId
impl UnsafeUnpin for TimedHandlerId
impl UnwindSafe for TimedHandlerId
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