pub struct PolledNotify(/* private fields */);
Expand description
A Notify
object that is ready to be polled.
Implementations§
Source§impl PolledNotify
impl PolledNotify
Auto Trait Implementations§
impl !Freeze for PolledNotify
impl !RefUnwindSafe for PolledNotify
impl Send for PolledNotify
impl Sync for PolledNotify
impl Unpin for PolledNotify
impl !UnwindSafe for PolledNotify
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