Enum ComposerPackageType
pub enum ComposerPackageType {
Library,
Project,
Metapackage,
ComposerPlugin,
Other,
}Expand description
Composer package type metadata.
Variants§
Implementations§
§impl ComposerPackageType
impl ComposerPackageType
Trait Implementations§
§impl Clone for ComposerPackageType
impl Clone for ComposerPackageType
§fn clone(&self) -> ComposerPackageType
fn clone(&self) -> ComposerPackageType
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 more§impl Debug for ComposerPackageType
impl Debug for ComposerPackageType
§impl Hash for ComposerPackageType
impl Hash for ComposerPackageType
§impl Ord for ComposerPackageType
impl Ord for ComposerPackageType
§fn cmp(&self, other: &ComposerPackageType) -> Ordering
fn cmp(&self, other: &ComposerPackageType) -> 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
§impl PartialEq for ComposerPackageType
impl PartialEq for ComposerPackageType
§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