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