pub struct Executable {
pub name: String,
pub path: PathBuf,
}
Fields§
§name: String
§path: PathBuf
Trait Implementations§
Source§impl Clone for Executable
impl Clone for Executable
Source§fn clone(&self) -> Executable
fn clone(&self) -> Executable
Returns a duplicate 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 Executable
impl Debug for Executable
Source§impl Ord for Executable
impl Ord for Executable
Source§fn cmp(&self, other: &Executable) -> Ordering
fn cmp(&self, other: &Executable) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for Executable
impl PartialEq for Executable
Source§impl PartialOrd for Executable
impl PartialOrd for Executable
impl Eq for Executable
impl StructuralPartialEq for Executable
Auto Trait Implementations§
impl Freeze for Executable
impl RefUnwindSafe for Executable
impl Send for Executable
impl Sync for Executable
impl Unpin for Executable
impl UnwindSafe for Executable
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