pub struct InitSelections {
pub macos: bool,
pub macos_auth: Option<MacosAuth>,
pub windows: bool,
pub linux: bool,
pub linux_method: Option<LinuxMethod>,
pub update: bool,
}Fields§
§macos: bool§macos_auth: Option<MacosAuth>§windows: bool§linux: bool§linux_method: Option<LinuxMethod>§update: boolAuto Trait Implementations§
impl Freeze for InitSelections
impl RefUnwindSafe for InitSelections
impl Send for InitSelections
impl Sync for InitSelections
impl Unpin for InitSelections
impl UnsafeUnpin for InitSelections
impl UnwindSafe for InitSelections
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