pub struct ExternalCommand(pub usize);Tuple Fields§
§0: usizeTrait Implementations§
Source§impl Clone for ExternalCommand
impl Clone for ExternalCommand
Source§fn clone(&self) -> ExternalCommand
fn clone(&self) -> ExternalCommand
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 moreimpl Copy for ExternalCommand
Source§impl Debug for ExternalCommand
impl Debug for ExternalCommand
Source§impl From<ExternalCommand> for Command
impl From<ExternalCommand> for Command
Source§fn from(value: ExternalCommand) -> Self
fn from(value: ExternalCommand) -> Self
Converts to this type from the input type.
Source§impl PartialEq for ExternalCommand
impl PartialEq for ExternalCommand
Source§fn eq(&self, other: &ExternalCommand) -> bool
fn eq(&self, other: &ExternalCommand) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ExternalCommand
Auto Trait Implementations§
impl Freeze for ExternalCommand
impl RefUnwindSafe for ExternalCommand
impl Send for ExternalCommand
impl Sync for ExternalCommand
impl Unpin for ExternalCommand
impl UnsafeUnpin for ExternalCommand
impl UnwindSafe for ExternalCommand
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