pub enum Conversion {
WindowsToWsl,
WslToWindows,
WslToWindowsLinuxStyle,
}
Expand description
Type of conversion to perform
Variants§
WindowsToWsl
Convert Windows path to WSL path
WslToWindows
Convert WSL path to Windows path
WslToWindowsLinuxStyle
Convert WSL path to Windows path using Linux style path separators
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Conversion
impl RefUnwindSafe for Conversion
impl Send for Conversion
impl Sync for Conversion
impl Unpin for Conversion
impl UnwindSafe for Conversion
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