Struct DriverFlag
pub struct DriverFlag;Expand description
A compiler driver flag specified on the command-line as ‘-f
Implementations§
§impl DriverFlag
impl DriverFlag
pub const PRINT_TERSE: &'static str = "print-terse"
pub const PRINT_NO_SOURCE_LOC: &'static str = "print-no-source-loc"
Auto Trait Implementations§
impl Freeze for DriverFlag
impl RefUnwindSafe for DriverFlag
impl Send for DriverFlag
impl Sync for DriverFlag
impl Unpin for DriverFlag
impl UnwindSafe for DriverFlag
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