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