pub enum ComposerRepositoryKind {
Composer,
Vcs,
Path,
Artifact,
Package,
}Expand description
Composer repository kind metadata.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for ComposerRepositoryKind
impl Clone for ComposerRepositoryKind
Source§fn clone(&self) -> ComposerRepositoryKind
fn clone(&self) -> ComposerRepositoryKind
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ComposerRepositoryKind
impl Debug for ComposerRepositoryKind
Source§impl Hash for ComposerRepositoryKind
impl Hash for ComposerRepositoryKind
Source§impl Ord for ComposerRepositoryKind
impl Ord for ComposerRepositoryKind
Source§fn cmp(&self, other: &ComposerRepositoryKind) -> Ordering
fn cmp(&self, other: &ComposerRepositoryKind) -> Ordering
1.21.0 (const: unstable) · 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 ComposerRepositoryKind
impl PartialEq for ComposerRepositoryKind
Source§fn eq(&self, other: &ComposerRepositoryKind) -> bool
fn eq(&self, other: &ComposerRepositoryKind) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for ComposerRepositoryKind
impl PartialOrd for ComposerRepositoryKind
impl Copy for ComposerRepositoryKind
impl Eq for ComposerRepositoryKind
impl StructuralPartialEq for ComposerRepositoryKind
Auto Trait Implementations§
impl Freeze for ComposerRepositoryKind
impl RefUnwindSafe for ComposerRepositoryKind
impl Send for ComposerRepositoryKind
impl Sync for ComposerRepositoryKind
impl Unpin for ComposerRepositoryKind
impl UnsafeUnpin for ComposerRepositoryKind
impl UnwindSafe for ComposerRepositoryKind
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