pub enum CommandAdapterId {
Show 29 variants
WrapperEnv,
WrapperNice,
WrapperNohup,
WrapperStdbuf,
WrapperTimeout,
CopyLike,
MoveLike,
Install,
LinkLike,
RemoveLike,
ReadPaths,
DefaultCurrentDir,
Grep,
Sed,
Awk,
Find,
Xargs,
Tar,
Sort,
Uniq,
Split,
Csplit,
Tee,
Touch,
Truncate,
ChangeAttributes,
Dd,
NonWatchable,
Fallback,
}Variants§
WrapperEnv
WrapperNice
WrapperNohup
WrapperStdbuf
WrapperTimeout
CopyLike
MoveLike
Install
LinkLike
RemoveLike
ReadPaths
DefaultCurrentDir
Grep
Sed
Awk
Find
Xargs
Tar
Sort
Uniq
Split
Csplit
Tee
Touch
Truncate
ChangeAttributes
Dd
NonWatchable
Fallback
Implementations§
Trait Implementations§
Source§impl Clone for CommandAdapterId
impl Clone for CommandAdapterId
Source§fn clone(&self) -> CommandAdapterId
fn clone(&self) -> CommandAdapterId
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 CommandAdapterId
impl Debug for CommandAdapterId
Source§impl PartialEq for CommandAdapterId
impl PartialEq for CommandAdapterId
impl Copy for CommandAdapterId
impl Eq for CommandAdapterId
impl StructuralPartialEq for CommandAdapterId
Auto Trait Implementations§
impl Freeze for CommandAdapterId
impl RefUnwindSafe for CommandAdapterId
impl Send for CommandAdapterId
impl Sync for CommandAdapterId
impl Unpin for CommandAdapterId
impl UnsafeUnpin for CommandAdapterId
impl UnwindSafe for CommandAdapterId
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