pub struct ExternalCommand {
pub name: String,
pub path: PathBuf,
}Fields§
§name: String§path: PathBufTrait Implementations§
Source§impl Clone for ExternalCommand
impl Clone for ExternalCommand
Source§fn clone(&self) -> ExternalCommand
fn clone(&self) -> ExternalCommand
Returns a copy of the value. Read more
1.0.0 · 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 ExternalCommand
impl Debug for ExternalCommand
Source§impl PartialEq for ExternalCommand
impl PartialEq for ExternalCommand
impl Eq for ExternalCommand
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 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