pub enum RegistryType {
Docker,
Harbor,
}
Variants§
Trait Implementations§
source§impl Debug for RegistryType
impl Debug for RegistryType
source§impl Described<ElasticMeta> for RegistryType
impl Described<ElasticMeta> for RegistryType
source§fn metadata() -> Descriptor<ElasticMeta>
fn metadata() -> Descriptor<ElasticMeta>
Get self description of this type
source§impl<'de> Deserialize<'de> for RegistryType
impl<'de> Deserialize<'de> for RegistryType
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 Display for RegistryType
impl Display for RegistryType
source§impl FromStr for RegistryType
impl FromStr for RegistryType
source§impl PartialEq for RegistryType
impl PartialEq for RegistryType
source§fn eq(&self, other: &RegistryType) -> bool
fn eq(&self, other: &RegistryType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for RegistryTypewhere
Self: Display,
impl Serialize for RegistryTypewhere
Self: Display,
source§impl TryFrom<&str> for RegistryType
impl TryFrom<&str> for RegistryType
impl Eq for RegistryType
impl StructuralEq for RegistryType
impl StructuralPartialEq for RegistryType
Auto Trait Implementations§
impl RefUnwindSafe for RegistryType
impl Send for RegistryType
impl Sync for RegistryType
impl Unpin for RegistryType
impl UnwindSafe for RegistryType
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