pub struct InstallSelection {
pub desktop: bool,
pub code: bool,
pub cowork: bool,
}Expand description
User selection from the CLI flags.
Fields§
§desktop: bool§code: bool§cowork: boolTrait Implementations§
Source§impl Clone for InstallSelection
impl Clone for InstallSelection
Source§fn clone(&self) -> InstallSelection
fn clone(&self) -> InstallSelection
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for InstallSelection
impl Debug for InstallSelection
Source§impl Default for InstallSelection
impl Default for InstallSelection
Source§fn default() -> InstallSelection
fn default() -> InstallSelection
Returns the “default value” for a type. Read more
impl Copy for InstallSelection
Auto Trait Implementations§
impl Freeze for InstallSelection
impl RefUnwindSafe for InstallSelection
impl Send for InstallSelection
impl Sync for InstallSelection
impl Unpin for InstallSelection
impl UnsafeUnpin for InstallSelection
impl UnwindSafe for InstallSelection
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