pub struct Build {
pub action: Action,
pub inputs: Vec<Vec<u8>>,
pub implicit_inputs: Vec<Vec<u8>>,
pub order_inputs: Vec<Vec<u8>>,
pub outputs: Vec<Vec<u8>>,
}
Fields§
§action: Action
§inputs: Vec<Vec<u8>>
§implicit_inputs: Vec<Vec<u8>>
§order_inputs: Vec<Vec<u8>>
§outputs: Vec<Vec<u8>>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Build
impl RefUnwindSafe for Build
impl Send for Build
impl Sync for Build
impl Unpin for Build
impl UnwindSafe for Build
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