pub struct CommandOutput {
pub status: Reference,
pub stdout: Reference,
pub stderr: Reference,
}
Fields§
§status: Reference
§stdout: Reference
§stderr: Reference
Trait Implementations§
Source§impl Default for CommandOutput
impl Default for CommandOutput
Source§fn default() -> CommandOutput
fn default() -> CommandOutput
Returns the “default value” for a type. Read more
Source§impl IntuicioStruct for CommandOutput
impl IntuicioStruct for CommandOutput
fn define_struct(registry: &Registry) -> Struct
Auto Trait Implementations§
impl Freeze for CommandOutput
impl !RefUnwindSafe for CommandOutput
impl !Send for CommandOutput
impl !Sync for CommandOutput
impl Unpin for CommandOutput
impl !UnwindSafe for CommandOutput
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