pub struct Build {
pub name: String,
pub with_run_exports: bool,
pub max_pin: String,
pub script: Option<String>,
}Fields§
§name: String§with_run_exports: bool§max_pin: String§script: Option<String>If Some, use inline script instead of build.sh.
Auto Trait Implementations§
impl Freeze for Build
impl RefUnwindSafe for Build
impl Send for Build
impl Sync for Build
impl Unpin for Build
impl UnsafeUnpin 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