pub enum ReproducibleOpenHclRecipe {
X64Cvm,
}Expand description
A list of pre-defined OpenHCL recipes that support being built reproducibly. Each recipe has a matching CI pipeline job that can be reproduced with this local CLI.
Variants§
X64Cvm
Trait Implementations§
Source§impl Clone for ReproducibleOpenHclRecipe
impl Clone for ReproducibleOpenHclRecipe
Source§fn clone(&self) -> ReproducibleOpenHclRecipe
fn clone(&self) -> ReproducibleOpenHclRecipe
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 ValueEnum for ReproducibleOpenHclRecipe
impl ValueEnum for ReproducibleOpenHclRecipe
impl Copy for ReproducibleOpenHclRecipe
Auto Trait Implementations§
impl Freeze for ReproducibleOpenHclRecipe
impl RefUnwindSafe for ReproducibleOpenHclRecipe
impl Send for ReproducibleOpenHclRecipe
impl Sync for ReproducibleOpenHclRecipe
impl Unpin for ReproducibleOpenHclRecipe
impl UnwindSafe for ReproducibleOpenHclRecipe
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