pub struct GetProgramStateRes {
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 GetProgramStateRes
impl Clone for GetProgramStateRes
Source§fn clone(&self) -> GetProgramStateRes
fn clone(&self) -> GetProgramStateRes
Returns a copy 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 GetProgramStateRes
impl Debug for GetProgramStateRes
Source§impl Default for GetProgramStateRes
impl Default for GetProgramStateRes
Source§impl<'de> Deserialize<'de> for GetProgramStateRes
impl<'de> Deserialize<'de> for GetProgramStateRes
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 GetProgramStateRes
impl PartialEq for GetProgramStateRes
Source§impl Serialize for GetProgramStateRes
impl Serialize for GetProgramStateRes
impl Message for GetProgramStateRes
impl StructuralPartialEq for GetProgramStateRes
Auto Trait Implementations§
impl Freeze for GetProgramStateRes
impl RefUnwindSafe for GetProgramStateRes
impl Send for GetProgramStateRes
impl Sync for GetProgramStateRes
impl Unpin for GetProgramStateRes
impl UnwindSafe for GetProgramStateRes
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