Struct futures_test::task::AwokenCount
source · [−]pub struct AwokenCount { /* private fields */ }
Expand description
Number of times the waker was awoken.
See new_count_waker
for usage.
Implementations
sourceimpl AwokenCount
impl AwokenCount
Trait Implementations
sourceimpl Debug for AwokenCount
impl Debug for AwokenCount
Auto Trait Implementations
impl RefUnwindSafe for AwokenCount
impl Send for AwokenCount
impl Sync for AwokenCount
impl Unpin for AwokenCount
impl UnwindSafe for AwokenCount
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more