pub enum PathModeKind {
Relative,
Absolute,
}Expand description
Whether installed hooks invoke heddle via PATH or an absolute path.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for PathModeKind
impl Clone for PathModeKind
Source§fn clone(&self) -> PathModeKind
fn clone(&self) -> PathModeKind
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 PathModeKind
Source§impl Debug for PathModeKind
impl Debug for PathModeKind
Source§impl Default for PathModeKind
impl Default for PathModeKind
Source§fn default() -> PathModeKind
fn default() -> PathModeKind
Returns the “default value” for a type. Read more
impl Eq for PathModeKind
Source§impl PartialEq for PathModeKind
impl PartialEq for PathModeKind
impl StructuralPartialEq for PathModeKind
Auto Trait Implementations§
impl Freeze for PathModeKind
impl RefUnwindSafe for PathModeKind
impl Send for PathModeKind
impl Sync for PathModeKind
impl Unpin for PathModeKind
impl UnsafeUnpin for PathModeKind
impl UnwindSafe for PathModeKind
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