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