pub enum ShellFormat {
Bash,
Zsh,
Fish,
}Expand description
Shell format for environment output
Variants§
Trait Implementations§
Source§impl Clone for ShellFormat
impl Clone for ShellFormat
Source§fn clone(&self) -> ShellFormat
fn clone(&self) -> ShellFormat
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 ShellFormat
impl Debug for ShellFormat
Source§impl Default for ShellFormat
impl Default for ShellFormat
Source§fn default() -> ShellFormat
fn default() -> ShellFormat
Returns the “default value” for a type. Read more
Source§impl ValueEnum for ShellFormat
impl ValueEnum for ShellFormat
Auto Trait Implementations§
impl Freeze for ShellFormat
impl RefUnwindSafe for ShellFormat
impl Send for ShellFormat
impl Sync for ShellFormat
impl Unpin for ShellFormat
impl UnsafeUnpin for ShellFormat
impl UnwindSafe for ShellFormat
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