pub struct IsProgramRunningResponse {
pub answer: String,
pub program_running: bool,
pub success: bool,
}Fields§
§answer: String§program_running: bool§success: boolTrait Implementations§
Source§impl Clone for IsProgramRunningResponse
impl Clone for IsProgramRunningResponse
Source§fn clone(&self) -> IsProgramRunningResponse
fn clone(&self) -> IsProgramRunningResponse
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for IsProgramRunningResponse
impl Debug for IsProgramRunningResponse
Source§impl Default for IsProgramRunningResponse
impl Default for IsProgramRunningResponse
Source§impl<'de> Deserialize<'de> for IsProgramRunningResponse
impl<'de> Deserialize<'de> for IsProgramRunningResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for IsProgramRunningResponse
impl PartialEq for IsProgramRunningResponse
Source§impl Serialize for IsProgramRunningResponse
impl Serialize for IsProgramRunningResponse
impl Message for IsProgramRunningResponse
impl StructuralPartialEq for IsProgramRunningResponse
Auto Trait Implementations§
impl Freeze for IsProgramRunningResponse
impl RefUnwindSafe for IsProgramRunningResponse
impl Send for IsProgramRunningResponse
impl Sync for IsProgramRunningResponse
impl Unpin for IsProgramRunningResponse
impl UnwindSafe for IsProgramRunningResponse
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