pub enum OptimizationLevel {
NoOptimization,
One,
Two,
Three,
ForDebugging,
}
Variants§
Auto Trait Implementations§
impl Freeze for OptimizationLevel
impl RefUnwindSafe for OptimizationLevel
impl Send for OptimizationLevel
impl Sync for OptimizationLevel
impl Unpin for OptimizationLevel
impl UnwindSafe for OptimizationLevel
Blanket Implementations§
Source§impl<T> AssertSendSyncExt for T
impl<T> AssertSendSyncExt for T
Source§unsafe fn assert_send_sync(self) -> AssertSendSync<Self>
unsafe fn assert_send_sync(self) -> AssertSendSync<Self>
Asserts that this variable/function can be concurrently accessed from
different threads, and sent between threads.
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