pub enum HostOs {
Windows,
MacOs,
Linux,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HostOs
impl RefUnwindSafe for HostOs
impl Send for HostOs
impl Sync for HostOs
impl Unpin for HostOs
impl UnwindSafe for HostOs
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