pub enum Shell {
Bash,
Elvish,
Fish,
Nushell,
Powershell,
Zsh,
}
Variantsยง
Implementationsยง
Trait Implementationsยง
impl Copy for Shell
impl StructuralPartialEq for Shell
Auto Trait Implementationsยง
impl Freeze for Shell
impl RefUnwindSafe for Shell
impl Send for Shell
impl Sync for Shell
impl Unpin for Shell
impl UnwindSafe for Shell
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