pub enum CompilerMode {
Debug,
Release,
}Variants§
Implementations§
Source§impl CompilerMode
impl CompilerMode
Auto Trait Implementations§
impl Freeze for CompilerMode
impl RefUnwindSafe for CompilerMode
impl Send for CompilerMode
impl Sync for CompilerMode
impl Unpin for CompilerMode
impl UnwindSafe for CompilerMode
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