pub struct Flag {
pub name: String,
pub kind: FlagKind,
pub ty: FlagType,
}Expand description
A compiler flag.
Fields§
§name: String§kind: FlagKind§ty: FlagTypeImplementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Flag
impl Send for Flag
impl Sync for Flag
impl Unpin for Flag
impl UnwindSafe for Flag
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