pub enum BsdOs {
Freebsd,
Netbsd,
}Expand description
The BSD to boot with Client::run_bsd.
Variants§
Trait Implementations§
impl Copy for BsdOs
impl Eq for BsdOs
impl StructuralPartialEq for BsdOs
Auto Trait Implementations§
impl Freeze for BsdOs
impl RefUnwindSafe for BsdOs
impl Send for BsdOs
impl Sync for BsdOs
impl Unpin for BsdOs
impl UnsafeUnpin for BsdOs
impl UnwindSafe for BsdOs
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