pub enum CompilerTarget {
Cranelift,
Llvm,
}Variants§
Auto Trait Implementations§
impl Freeze for CompilerTarget
impl RefUnwindSafe for CompilerTarget
impl Send for CompilerTarget
impl Sync for CompilerTarget
impl Unpin for CompilerTarget
impl UnsafeUnpin for CompilerTarget
impl UnwindSafe for CompilerTarget
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