#[repr(u8)]pub enum EagerBaselineOption {
None = 0,
JitHints = 1,
Aggressive = 2,
}Variants§
Trait Implementations§
Source§impl Clone for EagerBaselineOption
impl Clone for EagerBaselineOption
Source§fn clone(&self) -> EagerBaselineOption
fn clone(&self) -> EagerBaselineOption
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 EagerBaselineOption
impl Debug for EagerBaselineOption
Source§impl Hash for EagerBaselineOption
impl Hash for EagerBaselineOption
Source§impl PartialEq for EagerBaselineOption
impl PartialEq for EagerBaselineOption
Source§fn eq(&self, other: &EagerBaselineOption) -> bool
fn eq(&self, other: &EagerBaselineOption) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for EagerBaselineOption
impl Eq for EagerBaselineOption
impl StructuralPartialEq for EagerBaselineOption
Auto Trait Implementations§
impl Freeze for EagerBaselineOption
impl RefUnwindSafe for EagerBaselineOption
impl Send for EagerBaselineOption
impl Sync for EagerBaselineOption
impl Unpin for EagerBaselineOption
impl UnsafeUnpin for EagerBaselineOption
impl UnwindSafe for EagerBaselineOption
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