Struct dinghy_lib::SetupArgs
source · pub struct SetupArgs {
pub verbosity: i8,
pub forced_overlays: Vec<String>,
pub envs: Vec<String>,
pub cleanup: bool,
pub strip: bool,
pub device_id: Option<String>,
}
Fields§
§verbosity: i8
§forced_overlays: Vec<String>
§envs: Vec<String>
§cleanup: bool
§strip: bool
§device_id: Option<String>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SetupArgs
impl RefUnwindSafe for SetupArgs
impl Send for SetupArgs
impl Sync for SetupArgs
impl Unpin for SetupArgs
impl UnwindSafe for SetupArgs
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