pub enum OpenvmmDepFile {
LinuxTestKernel,
LinuxTestInitrd,
OpenhclCpioDbgrd,
OpenhclCpioShell,
OpenhclSysroot,
PetritoolsErofs,
}Expand description
Which file to extract from the openvmm-deps archive.
Variants§
Implementations§
Source§impl OpenvmmDepFile
impl OpenvmmDepFile
pub fn filename(self, arch: CommonArch) -> &'static str
Trait Implementations§
Source§impl Clone for OpenvmmDepFile
impl Clone for OpenvmmDepFile
Source§fn clone(&self) -> OpenvmmDepFile
fn clone(&self) -> OpenvmmDepFile
Returns a duplicate 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 OpenvmmDepFile
impl Debug for OpenvmmDepFile
Source§impl<'de> Deserialize<'de> for OpenvmmDepFile
impl<'de> Deserialize<'de> for OpenvmmDepFile
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 OpenvmmDepFile
impl Ord for OpenvmmDepFile
Source§fn cmp(&self, other: &OpenvmmDepFile) -> Ordering
fn cmp(&self, other: &OpenvmmDepFile) -> 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 OpenvmmDepFile
impl PartialEq for OpenvmmDepFile
Source§impl PartialOrd for OpenvmmDepFile
impl PartialOrd for OpenvmmDepFile
Source§impl Serialize for OpenvmmDepFile
impl Serialize for OpenvmmDepFile
impl Copy for OpenvmmDepFile
impl Eq for OpenvmmDepFile
impl StructuralPartialEq for OpenvmmDepFile
Auto Trait Implementations§
impl Freeze for OpenvmmDepFile
impl RefUnwindSafe for OpenvmmDepFile
impl Send for OpenvmmDepFile
impl Sync for OpenvmmDepFile
impl Unpin for OpenvmmDepFile
impl UnsafeUnpin for OpenvmmDepFile
impl UnwindSafe for OpenvmmDepFile
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.