pub enum DependencyEcosystem {
Rust,
Node,
Python,
}Variants§
Trait Implementations§
Source§impl Clone for DependencyEcosystem
impl Clone for DependencyEcosystem
Source§fn clone(&self) -> DependencyEcosystem
fn clone(&self) -> DependencyEcosystem
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 DependencyEcosystem
impl Debug for DependencyEcosystem
Source§impl<'de> Deserialize<'de> for DependencyEcosystem
impl<'de> Deserialize<'de> for DependencyEcosystem
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 PartialEq for DependencyEcosystem
impl PartialEq for DependencyEcosystem
Source§fn eq(&self, other: &DependencyEcosystem) -> bool
fn eq(&self, other: &DependencyEcosystem) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for DependencyEcosystem
impl Serialize for DependencyEcosystem
impl Copy for DependencyEcosystem
impl Eq for DependencyEcosystem
impl StructuralPartialEq for DependencyEcosystem
Auto Trait Implementations§
impl Freeze for DependencyEcosystem
impl RefUnwindSafe for DependencyEcosystem
impl Send for DependencyEcosystem
impl Sync for DependencyEcosystem
impl Unpin for DependencyEcosystem
impl UnsafeUnpin for DependencyEcosystem
impl UnwindSafe for DependencyEcosystem
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