pub struct IsProgramRunning;Trait Implementations§
Source§impl Service for IsProgramRunning
impl Service for IsProgramRunning
type Request = IsProgramRunningRequest
type Response = IsProgramRunningResponse
fn request_type_name(&self) -> &str
fn response_type_name(&self) -> &str
Auto Trait Implementations§
impl Freeze for IsProgramRunning
impl RefUnwindSafe for IsProgramRunning
impl Send for IsProgramRunning
impl Sync for IsProgramRunning
impl Unpin for IsProgramRunning
impl UnwindSafe for IsProgramRunning
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