pub enum OsKind {
Linux,
Windows,
}Expand description
Detected operating system from the environment.
Variants§
Trait Implementations§
impl Copy for OsKind
impl Eq for OsKind
impl StructuralPartialEq for OsKind
Auto Trait Implementations§
impl Freeze for OsKind
impl RefUnwindSafe for OsKind
impl Send for OsKind
impl Sync for OsKind
impl Unpin for OsKind
impl UnwindSafe for OsKind
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