pub struct IdleTimer { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IdleTimer
impl RefUnwindSafe for IdleTimer
impl Send for IdleTimer
impl Sync for IdleTimer
impl Unpin for IdleTimer
impl UnsafeUnpin for IdleTimer
impl UnwindSafe for IdleTimer
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