pub enum ShellHookKind {
Zsh,
Bash,
Fish,
}Expand description
Shell families that share a hook snippet shape.
Variants§
Trait Implementations§
Source§impl Clone for ShellHookKind
impl Clone for ShellHookKind
Source§fn clone(&self) -> ShellHookKind
fn clone(&self) -> ShellHookKind
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 ShellHookKind
Source§impl Debug for ShellHookKind
impl Debug for ShellHookKind
impl Eq for ShellHookKind
Source§impl PartialEq for ShellHookKind
impl PartialEq for ShellHookKind
impl StructuralPartialEq for ShellHookKind
Auto Trait Implementations§
impl Freeze for ShellHookKind
impl RefUnwindSafe for ShellHookKind
impl Send for ShellHookKind
impl Sync for ShellHookKind
impl Unpin for ShellHookKind
impl UnsafeUnpin for ShellHookKind
impl UnwindSafe for ShellHookKind
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