Struct libstrophe::TimedHandlerId
source · pub struct TimedHandlerId<'cb, 'cx, CB>(_);Trait Implementations§
Auto Trait Implementations§
impl<'cb, 'cx, CB> !RefUnwindSafe for TimedHandlerId<'cb, 'cx, CB>
impl<'cb, 'cx, CB> !Send for TimedHandlerId<'cb, 'cx, CB>
impl<'cb, 'cx, CB> !Sync for TimedHandlerId<'cb, 'cx, CB>
impl<'cb, 'cx, CB> Unpin for TimedHandlerId<'cb, 'cx, CB>
impl<'cb, 'cx, CB> !UnwindSafe for TimedHandlerId<'cb, 'cx, CB>
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