pub struct ProcessCommandSpec { /* private fields */ }Expand description
Describes a subprocess command invocation and its resource bounds.
Implementations§
Trait Implementations§
Source§impl Clone for ProcessCommandSpec
impl Clone for ProcessCommandSpec
Source§fn clone(&self) -> ProcessCommandSpec
fn clone(&self) -> ProcessCommandSpec
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 moreAuto Trait Implementations§
impl Freeze for ProcessCommandSpec
impl RefUnwindSafe for ProcessCommandSpec
impl Send for ProcessCommandSpec
impl Sync for ProcessCommandSpec
impl Unpin for ProcessCommandSpec
impl UnsafeUnpin for ProcessCommandSpec
impl UnwindSafe for ProcessCommandSpec
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