pub struct TargetArgs {
pub benches: bool,
pub tests: bool,
pub examples: bool,
pub all_targets: bool,
}Fields§
§benches: bool§tests: bool§examples: bool§all_targets: boolAuto Trait Implementations§
impl Freeze for TargetArgs
impl RefUnwindSafe for TargetArgs
impl Send for TargetArgs
impl Sync for TargetArgs
impl Unpin for TargetArgs
impl UnwindSafe for TargetArgs
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