pub enum ComposerPackageType {
Library,
Project,
Metapackage,
ComposerPlugin,
Other,
}Expand description
Composer package type metadata.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for ComposerPackageType
impl Clone for ComposerPackageType
Source§fn clone(&self) -> ComposerPackageType
fn clone(&self) -> ComposerPackageType
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 ComposerPackageType
impl Debug for ComposerPackageType
Source§impl Hash for ComposerPackageType
impl Hash for ComposerPackageType
Source§impl Ord for ComposerPackageType
impl Ord for ComposerPackageType
Source§fn cmp(&self, other: &ComposerPackageType) -> Ordering
fn cmp(&self, other: &ComposerPackageType) -> 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 ComposerPackageType
impl PartialEq for ComposerPackageType
Source§fn eq(&self, other: &ComposerPackageType) -> bool
fn eq(&self, other: &ComposerPackageType) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for ComposerPackageType
impl PartialOrd for ComposerPackageType
impl Copy for ComposerPackageType
impl Eq for ComposerPackageType
impl StructuralPartialEq for ComposerPackageType
Auto Trait Implementations§
impl Freeze for ComposerPackageType
impl RefUnwindSafe for ComposerPackageType
impl Send for ComposerPackageType
impl Sync for ComposerPackageType
impl Unpin for ComposerPackageType
impl UnsafeUnpin for ComposerPackageType
impl UnwindSafe for ComposerPackageType
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