pub struct StdNotifyWaiter { /* private fields */ }Expand description
This implementation is only for unit testing.
Trait Implementations§
Source§impl NotifyWaiter for StdNotifyWaiter
impl NotifyWaiter for StdNotifyWaiter
Auto Trait Implementations§
impl Freeze for StdNotifyWaiter
impl RefUnwindSafe for StdNotifyWaiter
impl Send for StdNotifyWaiter
impl Sync for StdNotifyWaiter
impl Unpin for StdNotifyWaiter
impl UnwindSafe for StdNotifyWaiter
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