pub enum Distro {
Debian13,
Fedora43,
}Expand description
Which distro/version to use as the base VM image.
Variants§
Implementations§
Trait Implementations§
impl Copy for Distro
impl Eq for Distro
impl StructuralPartialEq for Distro
Auto Trait Implementations§
impl Freeze for Distro
impl RefUnwindSafe for Distro
impl Send for Distro
impl Sync for Distro
impl Unpin for Distro
impl UnsafeUnpin for Distro
impl UnwindSafe for Distro
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