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: i8forced_overlays: Vec<String>envs: Vec<String>cleanup: boolstrip: booldevice_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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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