pub struct NativeOperatorPackageCommand {
pub argv: Vec<String>,
pub working_directory: String,
pub stdout_log: String,
pub stderr_log: String,
pub return_code: i32,
pub elapsed_ms: u64,
}Fields§
§argv: Vec<String>§working_directory: String§stdout_log: String§stderr_log: String§return_code: i32§elapsed_ms: u64Trait Implementations§
Source§impl Clone for NativeOperatorPackageCommand
impl Clone for NativeOperatorPackageCommand
Source§fn clone(&self) -> NativeOperatorPackageCommand
fn clone(&self) -> NativeOperatorPackageCommand
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 NativeOperatorPackageCommand
impl Debug for NativeOperatorPackageCommand
Source§impl<'de> Deserialize<'de> for NativeOperatorPackageCommand
impl<'de> Deserialize<'de> for NativeOperatorPackageCommand
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
impl Eq for NativeOperatorPackageCommand
impl StructuralPartialEq for NativeOperatorPackageCommand
Auto Trait Implementations§
impl Freeze for NativeOperatorPackageCommand
impl RefUnwindSafe for NativeOperatorPackageCommand
impl Send for NativeOperatorPackageCommand
impl Sync for NativeOperatorPackageCommand
impl Unpin for NativeOperatorPackageCommand
impl UnsafeUnpin for NativeOperatorPackageCommand
impl UnwindSafe for NativeOperatorPackageCommand
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