Struct sugar_cli::launch::process::LaunchArgs
source · 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: String§config: String§keypair: Option<String>§rpc_url: Option<String>§cache: String§strict: bool§skip_collection_prompt: bool§interrupted: 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<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere T: 'a,
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