Struct tabs::OneShotStarted
source · [−]pub struct OneShotStarted {
pub h: JoinHandle<()>,
}Fields
h: JoinHandle<()>Auto Trait Implementations
impl RefUnwindSafe for OneShotStarted
impl Send for OneShotStarted
impl Sync for OneShotStarted
impl Unpin for OneShotStarted
impl UnwindSafe for OneShotStarted
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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