pub struct KernelCliOutput {
pub stdout: String,
pub exit_code: u8,
}Fields§
§stdout: String§exit_code: u8Trait Implementations§
Auto Trait Implementations§
impl Freeze for KernelCliOutput
impl RefUnwindSafe for KernelCliOutput
impl Send for KernelCliOutput
impl Sync for KernelCliOutput
impl Unpin for KernelCliOutput
impl UnsafeUnpin for KernelCliOutput
impl UnwindSafe for KernelCliOutput
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