Trait ValueName

Source
pub trait ValueName {
    const NAME: &'static str;
}

Required Associated Constants§

Source

const NAME: &'static str

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl ValueName for UpgradeBehavior

Source§

const NAME: &'static str = "Upgrade behavior"

Source§

impl ValueName for Command

Source§

const NAME: &'static str = "Command"

Source§

impl ValueName for FileExtension

Source§

const NAME: &'static str = "File extension"

Source§

impl ValueName for InstallModes

Source§

const NAME: &'static str = "Install modes"

Source§

impl ValueName for InstallerReturnCode

Source§

const NAME: &'static str = "Installer return code"

Source§

impl ValueName for Protocol

Source§

const NAME: &'static str = "Protocol"

Source§

impl ValueName for CustomSwitch

Source§

const NAME: &'static str = "Custom switch"

Source§

impl ValueName for SilentSwitch

Source§

const NAME: &'static str = "Silent switch"

Source§

impl ValueName for SilentWithProgressSwitch

Source§

const NAME: &'static str = "Silent with progress switch"

Source§

impl ValueName for Author

Source§

const NAME: &'static str = "Author"

Source§

const NAME: &'static str = "Copyright"

Source§

impl ValueName for Description

Source§

const NAME: &'static str = "Description"

Source§

impl ValueName for InstallationNotes

Source§

const NAME: &'static str = "Installation notes"

Source§

impl ValueName for License

Source§

const NAME: &'static str = "License"

Source§

impl ValueName for Moniker

Source§

const NAME: &'static str = "Moniker"

Source§

impl ValueName for PackageName

Source§

const NAME: &'static str = "Package name"

Source§

impl ValueName for Publisher

Source§

const NAME: &'static str = "Publisher"

Source§

impl ValueName for ShortDescription

Source§

const NAME: &'static str = "Short description"

Source§

impl ValueName for Tag

Source§

const NAME: &'static str = "Tag"

Source§

impl ValueName for LanguageTag

Source§

const NAME: &'static str = "Language tag"

Source§

impl ValueName for PackageIdentifier

Source§

const NAME: &'static str = "Package identifier"

Source§

impl ValueName for PackageVersion

Source§

const NAME: &'static str = "Package version"

Source§

impl ValueName for CopyrightUrl

Source§

const NAME: &'static str = "Copyright URL"

Source§

impl ValueName for LicenseUrl

Source§

const NAME: &'static str = "License URL"

Source§

impl ValueName for PackageUrl

Source§

const NAME: &'static str = "Package URL"

Source§

impl ValueName for PublisherSupportUrl

Source§

const NAME: &'static str = "Publisher support URL"

Source§

impl ValueName for PublisherUrl

Source§

const NAME: &'static str = "Publisher URL"

Source§

impl ValueName for ReleaseNotesUrl

Source§

const NAME: &'static str = "Release notes URL"

Source§

impl<const MIN: usize, const MAX: usize> ValueName for Value<MIN, MAX>

Source§

const NAME: &'static str = "Value"