pub struct PollStarted {
pub h: JoinHandle<()>,
/* private fields */
}Fields§
§h: JoinHandle<()>Implementations§
Auto Trait Implementations§
impl Freeze for PollStarted
impl RefUnwindSafe for PollStarted
impl Send for PollStarted
impl Sync for PollStarted
impl Unpin for PollStarted
impl UnwindSafe for PollStarted
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