Enum onefetch_manifest::ManifestType
source · pub enum ManifestType {
Npm,
Cargo,
}
Variants§
Trait Implementations§
source§impl Clone for ManifestType
impl Clone for ManifestType
source§fn clone(&self) -> ManifestType
fn clone(&self) -> ManifestType
Returns a copy of the value. Read more
1.0.0 · 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 ManifestType
impl Debug for ManifestType
source§impl Display for ManifestType
impl Display for ManifestType
source§impl IntoEnumIterator for ManifestType
impl IntoEnumIterator for ManifestType
type Iterator = ManifestTypeIter
fn iter() -> ManifestTypeIter ⓘ
source§impl PartialEq<ManifestType> for ManifestType
impl PartialEq<ManifestType> for ManifestType
source§fn eq(&self, other: &ManifestType) -> bool
fn eq(&self, other: &ManifestType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.