Struct kernel_builder::SkipArgs
source · pub struct SkipArgs {
pub no_build: bool,
pub no_modules: bool,
}
Fields§
§no_build: bool
§no_modules: bool
Implementations§
source§impl SkipArgs
impl SkipArgs
pub fn parse_args() -> Self
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for SkipArgs
impl Send for SkipArgs
impl Sync for SkipArgs
impl Unpin for SkipArgs
impl UnwindSafe for SkipArgs
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