pub enum ShellVersion {
G46,
Unsupported,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ShellVersion
impl RefUnwindSafe for ShellVersion
impl Send for ShellVersion
impl Sync for ShellVersion
impl Unpin for ShellVersion
impl UnwindSafe for ShellVersion
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