pub struct AutomationHandle { /* private fields */ }Implementations§
Source§impl AutomationHandle
impl AutomationHandle
pub async fn stop(&self)
pub async fn wait(self) -> AutomationStatus
pub async fn status(&self) -> AutomationStatus
Auto Trait Implementations§
impl !Freeze for AutomationHandle
impl !RefUnwindSafe for AutomationHandle
impl Send for AutomationHandle
impl Sync for AutomationHandle
impl Unpin for AutomationHandle
impl UnsafeUnpin for AutomationHandle
impl !UnwindSafe for AutomationHandle
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