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