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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for WslErrorKind
Source§impl Debug for WslErrorKind
impl Debug for WslErrorKind
impl Eq for WslErrorKind
Source§impl Hash for WslErrorKind
impl Hash for WslErrorKind
Source§impl PartialEq for WslErrorKind
impl PartialEq for WslErrorKind
Source§fn eq(&self, other: &WslErrorKind) -> bool
fn eq(&self, other: &WslErrorKind) -> bool
Tests for
self and other values to be equal, and is used by ==.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 UnsafeUnpin 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