pub enum KnownTestArtifacts {
Gen1WindowsDataCenterCore2022X64Vhd,
Gen2WindowsDataCenterCore2022X64Vhd,
Gen2WindowsDataCenterCore2025X64Vhd,
FreeBsd13_2X64Vhd,
FreeBsd13_2X64Iso,
Ubuntu2204ServerX64Vhd,
Ubuntu2404ServerAarch64Vhd,
VmgsWithBootEntry,
}
Expand description
The VHDs currently stored in Azure Blob Storage.
Variants§
Gen1WindowsDataCenterCore2022X64Vhd
Gen2WindowsDataCenterCore2022X64Vhd
Gen2WindowsDataCenterCore2025X64Vhd
FreeBsd13_2X64Vhd
FreeBsd13_2X64Iso
Ubuntu2204ServerX64Vhd
Ubuntu2404ServerAarch64Vhd
VmgsWithBootEntry
Implementations§
Source§impl KnownTestArtifacts
impl KnownTestArtifacts
Sourcepub fn from_filename(filename: &str) -> Option<Self>
pub fn from_filename(filename: &str) -> Option<Self>
Get the image from its filename.
Trait Implementations§
Source§impl Clone for KnownTestArtifacts
impl Clone for KnownTestArtifacts
Source§fn clone(&self) -> KnownTestArtifacts
fn clone(&self) -> KnownTestArtifacts
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for KnownTestArtifacts
impl Debug for KnownTestArtifacts
Source§impl<'de> Deserialize<'de> for KnownTestArtifacts
impl<'de> Deserialize<'de> for KnownTestArtifacts
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Ord for KnownTestArtifacts
impl Ord for KnownTestArtifacts
Source§fn cmp(&self, other: &KnownTestArtifacts) -> Ordering
fn cmp(&self, other: &KnownTestArtifacts) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for KnownTestArtifacts
impl PartialEq for KnownTestArtifacts
Source§impl PartialOrd for KnownTestArtifacts
impl PartialOrd for KnownTestArtifacts
Source§impl Serialize for KnownTestArtifacts
impl Serialize for KnownTestArtifacts
Source§impl ValueEnum for KnownTestArtifacts
impl ValueEnum for KnownTestArtifacts
impl Copy for KnownTestArtifacts
impl Eq for KnownTestArtifacts
impl StructuralPartialEq for KnownTestArtifacts
Auto Trait Implementations§
impl Freeze for KnownTestArtifacts
impl RefUnwindSafe for KnownTestArtifacts
impl Send for KnownTestArtifacts
impl Sync for KnownTestArtifacts
impl Unpin for KnownTestArtifacts
impl UnwindSafe for KnownTestArtifacts
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