pub struct CommandCacheKey {
program: OsString,
args: Vec<OsString>,
envs: Vec<(OsString, Option<OsString>)>,
cwd: Option<PathBuf>,
}
Fields§
§program: OsString
§args: Vec<OsString>
§envs: Vec<(OsString, Option<OsString>)>
§cwd: Option<PathBuf>
Trait Implementations§
Source§impl Clone for CommandCacheKey
impl Clone for CommandCacheKey
Source§fn clone(&self) -> CommandCacheKey
fn clone(&self) -> CommandCacheKey
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for CommandCacheKey
impl Debug for CommandCacheKey
Source§impl Default for CommandCacheKey
impl Default for CommandCacheKey
Source§fn default() -> CommandCacheKey
fn default() -> CommandCacheKey
Returns the “default value” for a type. Read more
Source§impl Hash for CommandCacheKey
impl Hash for CommandCacheKey
Source§impl PartialEq for CommandCacheKey
impl PartialEq for CommandCacheKey
impl Eq for CommandCacheKey
impl StructuralPartialEq for CommandCacheKey
Auto Trait Implementations§
impl Freeze for CommandCacheKey
impl RefUnwindSafe for CommandCacheKey
impl Send for CommandCacheKey
impl Sync for CommandCacheKey
impl Unpin for CommandCacheKey
impl UnwindSafe for CommandCacheKey
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<T> Pointable for T
impl<T> Pointable for T
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 96 bytes