pub struct Default<'a> {
pub targets: Vec<Value<'a>>,
}
Expand description
Default instruction.
Defines the targets to build when no arguments are given to the ninja
command.
Fields§
§targets: Vec<Value<'a>>
Default targets.
Trait Implementations§
impl<'a> Eq for Default<'a>
impl<'a> StructuralPartialEq for Default<'a>
Auto Trait Implementations§
impl<'a> Freeze for Default<'a>
impl<'a> RefUnwindSafe for Default<'a>
impl<'a> Send for Default<'a>
impl<'a> Sync for Default<'a>
impl<'a> Unpin for Default<'a>
impl<'a> UnwindSafe for Default<'a>
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