pub struct AwokenCount { /* private fields */ }
Expand description
Number of times the waker was awoken.
See new_count_waker
for usage.
Implementations§
Trait Implementations§
source§impl Debug for AwokenCount
impl Debug for AwokenCount
source§impl PartialEq<usize> for AwokenCount
impl PartialEq<usize> for AwokenCount
Auto Trait Implementations§
impl Freeze for AwokenCount
impl RefUnwindSafe for AwokenCount
impl Send for AwokenCount
impl Sync for AwokenCount
impl Unpin for AwokenCount
impl UnwindSafe for AwokenCount
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