pub enum CtfeMode {
FullEval,
PartialEval,
FoldOnly,
Disabled,
}Expand description
CTFE abstract interpreter mode
Variants§
Trait Implementations§
impl Eq for CtfeMode
impl StructuralPartialEq for CtfeMode
Auto Trait Implementations§
impl Freeze for CtfeMode
impl RefUnwindSafe for CtfeMode
impl Send for CtfeMode
impl Sync for CtfeMode
impl Unpin for CtfeMode
impl UnsafeUnpin for CtfeMode
impl UnwindSafe for CtfeMode
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