pub enum WrapperKind {
Noglob,
Command,
Builtin,
Exec,
Busybox,
FindExec,
FindExecDir,
SudoFamily,
}Expand description
Fact collection types and stable identifiers into those collections.
Variants§
Trait Implementations§
Source§impl Clone for WrapperKind
impl Clone for WrapperKind
Source§fn clone(&self) -> WrapperKind
fn clone(&self) -> WrapperKind
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 WrapperKind
Source§impl Debug for WrapperKind
impl Debug for WrapperKind
impl Eq for WrapperKind
Source§impl PartialEq for WrapperKind
impl PartialEq for WrapperKind
impl StructuralPartialEq for WrapperKind
Auto Trait Implementations§
impl Freeze for WrapperKind
impl RefUnwindSafe for WrapperKind
impl Send for WrapperKind
impl Sync for WrapperKind
impl Unpin for WrapperKind
impl UnsafeUnpin for WrapperKind
impl UnwindSafe for WrapperKind
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