pub struct EcosystemInstallChoice {
pub status_api: bool,
pub mcp: bool,
}Expand description
Which ecosystem services to install (user opt-in, default neither).
Fields§
§status_api: boolInstall/enable horto-os-ui-status-api.
mcp: boolInstall/enable horto-os-ui-mcp.
Implementations§
Trait Implementations§
Source§impl Clone for EcosystemInstallChoice
impl Clone for EcosystemInstallChoice
Source§fn clone(&self) -> EcosystemInstallChoice
fn clone(&self) -> EcosystemInstallChoice
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for EcosystemInstallChoice
Source§impl Debug for EcosystemInstallChoice
impl Debug for EcosystemInstallChoice
Source§impl Default for EcosystemInstallChoice
impl Default for EcosystemInstallChoice
Source§fn default() -> EcosystemInstallChoice
fn default() -> EcosystemInstallChoice
Returns the “default value” for a type. Read more
impl Eq for EcosystemInstallChoice
Source§impl PartialEq for EcosystemInstallChoice
impl PartialEq for EcosystemInstallChoice
Source§fn eq(&self, other: &EcosystemInstallChoice) -> bool
fn eq(&self, other: &EcosystemInstallChoice) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for EcosystemInstallChoice
Auto Trait Implementations§
impl Freeze for EcosystemInstallChoice
impl RefUnwindSafe for EcosystemInstallChoice
impl Send for EcosystemInstallChoice
impl Sync for EcosystemInstallChoice
impl Unpin for EcosystemInstallChoice
impl UnsafeUnpin for EcosystemInstallChoice
impl UnwindSafe for EcosystemInstallChoice
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