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