pub struct ApkConfiguration {
pub pkg: IndexMap<String, Package>,
}Fields§
§pkg: IndexMap<String, Package>Trait Implementations§
Source§impl Clone for ApkConfiguration
impl Clone for ApkConfiguration
Source§fn clone(&self) -> ApkConfiguration
fn clone(&self) -> ApkConfiguration
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 ApkConfiguration
impl Debug for ApkConfiguration
Source§impl Default for ApkConfiguration
impl Default for ApkConfiguration
Source§fn default() -> ApkConfiguration
fn default() -> ApkConfiguration
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ApkConfiguration
impl<'de> Deserialize<'de> for ApkConfiguration
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.
Auto Trait Implementations§
impl Freeze for ApkConfiguration
impl RefUnwindSafe for ApkConfiguration
impl Send for ApkConfiguration
impl Sync for ApkConfiguration
impl Unpin for ApkConfiguration
impl UnsafeUnpin for ApkConfiguration
impl UnwindSafe for ApkConfiguration
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