pub enum WslErrorKind {
UnsupportedOperatingSystem,
UnsupportedWslVersion,
}Variants§
Trait Implementations§
Source§impl Clone for WslErrorKind
impl Clone for WslErrorKind
Source§fn clone(&self) -> WslErrorKind
fn clone(&self) -> WslErrorKind
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 WslErrorKind
impl Debug for WslErrorKind
Source§impl Hash for WslErrorKind
impl Hash for WslErrorKind
Source§impl PartialEq for WslErrorKind
impl PartialEq for WslErrorKind
impl Copy for WslErrorKind
impl Eq for WslErrorKind
impl StructuralPartialEq for WslErrorKind
Auto Trait Implementations§
impl Freeze for WslErrorKind
impl RefUnwindSafe for WslErrorKind
impl Send for WslErrorKind
impl Sync for WslErrorKind
impl Unpin for WslErrorKind
impl UnwindSafe for WslErrorKind
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