pub struct GetProgramStateResponse {
pub state: ProgramState,
pub program_name: String,
pub answer: String,
pub success: bool,
}Fields§
§state: ProgramState§program_name: String§answer: String§success: boolTrait Implementations§
Source§impl Clone for GetProgramStateResponse
impl Clone for GetProgramStateResponse
Source§fn clone(&self) -> GetProgramStateResponse
fn clone(&self) -> GetProgramStateResponse
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 GetProgramStateResponse
impl Debug for GetProgramStateResponse
Source§impl Default for GetProgramStateResponse
impl Default for GetProgramStateResponse
Source§impl<'de> Deserialize<'de> for GetProgramStateResponse
impl<'de> Deserialize<'de> for GetProgramStateResponse
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 GetProgramStateResponse
impl PartialEq for GetProgramStateResponse
Source§impl Serialize for GetProgramStateResponse
impl Serialize for GetProgramStateResponse
impl Message for GetProgramStateResponse
impl StructuralPartialEq for GetProgramStateResponse
Auto Trait Implementations§
impl Freeze for GetProgramStateResponse
impl RefUnwindSafe for GetProgramStateResponse
impl Send for GetProgramStateResponse
impl Sync for GetProgramStateResponse
impl Unpin for GetProgramStateResponse
impl UnwindSafe for GetProgramStateResponse
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