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 RefUnwindSafe for SetupArgs
impl Send for SetupArgs
impl Sync for SetupArgs
impl Unpin for SetupArgs
impl UnwindSafe for SetupArgs
Blanket Implementations
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