pub struct ExecResp {
pub ret: String,
pub is_error: bool,
}Fields§
§ret: String§is_error: boolTrait 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 UnsafeUnpin 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