pub struct Args {
pub no_build: bool,
pub no_modules: bool,
pub menuconfig: bool,
pub replace: bool,
}
Fields§
§no_build: bool
§no_modules: bool
§replace: bool
Implementations§
Source§impl Args
impl Args
pub fn parse_args() -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Args
impl RefUnwindSafe for Args
impl Send for Args
impl Sync for Args
impl Unpin for Args
impl UnwindSafe for Args
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