pub struct LaunchArgs {
pub assets_dir: String,
pub config: String,
pub keypair: Option<String>,
pub rpc_url: Option<String>,
pub cache: String,
pub strict: bool,
pub skip_collection_prompt: bool,
pub interrupted: Arc<AtomicBool>,
}Fields
assets_dir: Stringconfig: Stringkeypair: Option<String>rpc_url: Option<String>cache: Stringstrict: boolskip_collection_prompt: boolinterrupted: Arc<AtomicBool>Auto Trait Implementations
impl RefUnwindSafe for LaunchArgs
impl Send for LaunchArgs
impl Sync for LaunchArgs
impl Unpin for LaunchArgs
impl UnwindSafe for LaunchArgs
Blanket Implementations
impl<T> AbiExample for T
impl<T> AbiExample for T
default fn example() -> T
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more