pub struct BuildInputs(pub Vec<BuildInput>);Expand description
A ordered collection of build inputs.
Tuple Fields§
§0: Vec<BuildInput>Implementations§
Source§impl BuildInputs
impl BuildInputs
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BuildInputs
impl RefUnwindSafe for BuildInputs
impl Send for BuildInputs
impl Sync for BuildInputs
impl Unpin for BuildInputs
impl UnwindSafe for BuildInputs
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