pub struct GenerateOpts {
pub namespaces: Vec<String>,
pub install_method: InstallMethod,
pub base_image: String,
pub home_url: Option<String>,
pub source_url: Option<String>,
pub binary_name: String,
}Fields§
§namespaces: Vec<String>§install_method: InstallMethod§base_image: String§home_url: Option<String>§source_url: Option<String>§binary_name: StringBinary name included in generated run-step commands.
Auto Trait Implementations§
impl Freeze for GenerateOpts
impl RefUnwindSafe for GenerateOpts
impl Send for GenerateOpts
impl Sync for GenerateOpts
impl Unpin for GenerateOpts
impl UnsafeUnpin for GenerateOpts
impl UnwindSafe for GenerateOpts
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