pub struct ExecResp {
pub ret: String,
pub is_error: bool,
}
Fields§
§ret: String
§is_error: bool
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ExecResp
impl RefUnwindSafe for ExecResp
impl Send for ExecResp
impl Sync for ExecResp
impl Unpin for ExecResp
impl UnwindSafe for ExecResp
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