pub enum ShellVariant {
Posix,
Bash,
Ksh,
Zsh,
}Expand description
Supported shell variants
Variants§
Trait Implementations§
Source§impl Clone for ShellVariant
impl Clone for ShellVariant
Source§fn clone(&self) -> ShellVariant
fn clone(&self) -> ShellVariant
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 ShellVariant
impl Debug for ShellVariant
Source§impl PartialEq for ShellVariant
impl PartialEq for ShellVariant
impl StructuralPartialEq for ShellVariant
Auto Trait Implementations§
impl Freeze for ShellVariant
impl RefUnwindSafe for ShellVariant
impl Send for ShellVariant
impl Sync for ShellVariant
impl Unpin for ShellVariant
impl UnwindSafe for ShellVariant
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