pub struct TestCommand {
pub ecosystem: TestEcosystem,
pub source: PathBuf,
pub name: String,
pub command: String,
}Fields§
§ecosystem: TestEcosystem§source: PathBuf§name: String§command: StringTrait Implementations§
Source§impl Clone for TestCommand
impl Clone for TestCommand
Source§fn clone(&self) -> TestCommand
fn clone(&self) -> TestCommand
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 TestCommand
impl Debug for TestCommand
Source§impl<'de> Deserialize<'de> for TestCommand
impl<'de> Deserialize<'de> for TestCommand
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 TestCommand
impl PartialEq for TestCommand
Source§fn eq(&self, other: &TestCommand) -> bool
fn eq(&self, other: &TestCommand) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for TestCommand
impl Serialize for TestCommand
impl Eq for TestCommand
impl StructuralPartialEq for TestCommand
Auto Trait Implementations§
impl Freeze for TestCommand
impl RefUnwindSafe for TestCommand
impl Send for TestCommand
impl Sync for TestCommand
impl Unpin for TestCommand
impl UnsafeUnpin for TestCommand
impl UnwindSafe for TestCommand
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