pub enum UnstableFlags {
UnstableOptions,
}
Expand description
Possible values for the -Z
option
Variants§
UnstableOptions
Allow use of experimental features
Trait Implementations§
Source§impl Clone for UnstableFlags
impl Clone for UnstableFlags
Source§fn clone(&self) -> UnstableFlags
fn clone(&self) -> UnstableFlags
Returns a duplicate of the value. Read more
1.0.0 · 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 UnstableFlags
impl Debug for UnstableFlags
Source§impl PartialEq for UnstableFlags
impl PartialEq for UnstableFlags
Source§impl ValueEnum for UnstableFlags
impl ValueEnum for UnstableFlags
impl Copy for UnstableFlags
impl Eq for UnstableFlags
impl StructuralPartialEq for UnstableFlags
Auto Trait Implementations§
impl Freeze for UnstableFlags
impl RefUnwindSafe for UnstableFlags
impl Send for UnstableFlags
impl Sync for UnstableFlags
impl Unpin for UnstableFlags
impl UnwindSafe for UnstableFlags
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