Enum octorust::types::PackageTypeData [−][src]
pub enum PackageTypeData {
Container,
Docker,
Maven,
Npm,
Nuget,
Rubygems,
Noop,
}Expand description
The type of supported package. Can be one of npm, maven, rubygems, nuget, docker, or container. Packages in GitHub’s Gradle registry have the type maven. Docker images pushed to GitHub’s Container registry (ghcr.io) have the type container. You can use the type docker to find images that were pushed to GitHub’s Docker registry (docker.pkg.github.com), even if these have now been migrated to the Container registry.
Variants
Trait Implementations
Returns the “default value” for a type. Read more
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
Auto Trait Implementations
impl RefUnwindSafe for PackageTypeDataimpl Send for PackageTypeDataimpl Sync for PackageTypeDataimpl Unpin for PackageTypeDataimpl UnwindSafe for PackageTypeDataBlanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more