pub struct InstallConfiguration {
pub packages: Option<Vec<String>>,
pub pkg: IndexMap<String, Package>,
}Fields§
§packages: Option<Vec<String>>§pkg: IndexMap<String, Package>Trait Implementations§
Source§impl Clone for InstallConfiguration
impl Clone for InstallConfiguration
Source§fn clone(&self) -> InstallConfiguration
fn clone(&self) -> InstallConfiguration
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 moreSource§impl Debug for InstallConfiguration
impl Debug for InstallConfiguration
Source§impl Default for InstallConfiguration
impl Default for InstallConfiguration
Source§fn default() -> InstallConfiguration
fn default() -> InstallConfiguration
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for InstallConfiguration
impl<'de> Deserialize<'de> for InstallConfiguration
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Into<ApkConfiguration> for InstallConfiguration
impl Into<ApkConfiguration> for InstallConfiguration
Source§fn into(self) -> ApkConfiguration
fn into(self) -> ApkConfiguration
Converts this type into the (usually inferred) input type.
Source§impl Into<AptConfiguration> for InstallConfiguration
impl Into<AptConfiguration> for InstallConfiguration
Source§fn into(self) -> AptConfiguration
fn into(self) -> AptConfiguration
Converts this type into the (usually inferred) input type.
Source§impl Into<BrewConfiguration> for InstallConfiguration
impl Into<BrewConfiguration> for InstallConfiguration
Source§fn into(self) -> BrewConfiguration
fn into(self) -> BrewConfiguration
Converts this type into the (usually inferred) input type.
Source§impl Into<DnfConfiguration> for InstallConfiguration
impl Into<DnfConfiguration> for InstallConfiguration
Source§fn into(self) -> DnfConfiguration
fn into(self) -> DnfConfiguration
Converts this type into the (usually inferred) input type.
Source§impl Into<EmergeConfiguration> for InstallConfiguration
impl Into<EmergeConfiguration> for InstallConfiguration
Source§fn into(self) -> EmergeConfiguration
fn into(self) -> EmergeConfiguration
Converts this type into the (usually inferred) input type.
Source§impl Into<PacmanConfiguration> for InstallConfiguration
impl Into<PacmanConfiguration> for InstallConfiguration
Source§fn into(self) -> PacmanConfiguration
fn into(self) -> PacmanConfiguration
Converts this type into the (usually inferred) input type.
Source§impl Into<SlackpkgConfiguration> for InstallConfiguration
impl Into<SlackpkgConfiguration> for InstallConfiguration
Source§fn into(self) -> SlackpkgConfiguration
fn into(self) -> SlackpkgConfiguration
Converts this type into the (usually inferred) input type.
Source§impl Into<YumConfiguration> for InstallConfiguration
impl Into<YumConfiguration> for InstallConfiguration
Source§fn into(self) -> YumConfiguration
fn into(self) -> YumConfiguration
Converts this type into the (usually inferred) input type.
Source§impl Into<ZypperConfiguration> for InstallConfiguration
impl Into<ZypperConfiguration> for InstallConfiguration
Source§fn into(self) -> ZypperConfiguration
fn into(self) -> ZypperConfiguration
Converts this type into the (usually inferred) input type.
Auto Trait Implementations§
impl Freeze for InstallConfiguration
impl RefUnwindSafe for InstallConfiguration
impl Send for InstallConfiguration
impl Sync for InstallConfiguration
impl Unpin for InstallConfiguration
impl UnsafeUnpin for InstallConfiguration
impl UnwindSafe for InstallConfiguration
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