pub enum ArtifactRepositoryType {
Artifact,
}Variants§
Artifact
Trait Implementations§
Source§impl Clone for ArtifactRepositoryType
impl Clone for ArtifactRepositoryType
Source§fn clone(&self) -> ArtifactRepositoryType
fn clone(&self) -> ArtifactRepositoryType
Returns a duplicate 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 ArtifactRepositoryType
impl Debug for ArtifactRepositoryType
Source§impl<'de> Deserialize<'de> for ArtifactRepositoryType
impl<'de> Deserialize<'de> for ArtifactRepositoryType
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 Hash for ArtifactRepositoryType
impl Hash for ArtifactRepositoryType
Source§impl Ord for ArtifactRepositoryType
impl Ord for ArtifactRepositoryType
Source§fn cmp(&self, other: &ArtifactRepositoryType) -> Ordering
fn cmp(&self, other: &ArtifactRepositoryType) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ArtifactRepositoryType
impl PartialEq for ArtifactRepositoryType
Source§impl PartialOrd for ArtifactRepositoryType
impl PartialOrd for ArtifactRepositoryType
Source§impl Serialize for ArtifactRepositoryType
impl Serialize for ArtifactRepositoryType
impl Copy for ArtifactRepositoryType
impl Eq for ArtifactRepositoryType
impl StructuralPartialEq for ArtifactRepositoryType
Auto Trait Implementations§
impl Freeze for ArtifactRepositoryType
impl RefUnwindSafe for ArtifactRepositoryType
impl Send for ArtifactRepositoryType
impl Sync for ArtifactRepositoryType
impl Unpin for ArtifactRepositoryType
impl UnsafeUnpin for ArtifactRepositoryType
impl UnwindSafe for ArtifactRepositoryType
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