pub enum BuildBackend {
Auto,
Docker,
Native,
}Variants§
Auto
Auto-detect: ask user if both available, otherwise use whatever works.
Docker
Force Docker build.
Native
Force native build (no Docker).
Trait Implementations§
Source§impl Default for BuildBackend
impl Default for BuildBackend
Source§fn default() -> BuildBackend
fn default() -> BuildBackend
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for BuildBackend
impl RefUnwindSafe for BuildBackend
impl Send for BuildBackend
impl Sync for BuildBackend
impl Unpin for BuildBackend
impl UnsafeUnpin for BuildBackend
impl UnwindSafe for BuildBackend
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