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