pub enum BuildEngine {
Oci,
Docker,
}Variants§
Trait Implementations§
Source§impl Clone for BuildEngine
impl Clone for BuildEngine
Source§fn clone(&self) -> BuildEngine
fn clone(&self) -> BuildEngine
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 BuildEngine
impl Debug for BuildEngine
impl Copy for BuildEngine
Auto Trait Implementations§
impl Freeze for BuildEngine
impl RefUnwindSafe for BuildEngine
impl Send for BuildEngine
impl Sync for BuildEngine
impl Unpin for BuildEngine
impl UnsafeUnpin for BuildEngine
impl UnwindSafe for BuildEngine
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