pub struct ReproCase {
pub command: String,
pub input: Option<String>,
pub path: Option<Utf8PathBuf>,
}Fields§
§command: String§input: Option<String>§path: Option<Utf8PathBuf>Trait Implementations§
Source§impl<'de> Deserialize<'de> for ReproCase
impl<'de> Deserialize<'de> for ReproCase
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
impl Eq for ReproCase
impl StructuralPartialEq for ReproCase
Auto Trait Implementations§
impl Freeze for ReproCase
impl RefUnwindSafe for ReproCase
impl Send for ReproCase
impl Sync for ReproCase
impl Unpin for ReproCase
impl UnsafeUnpin for ReproCase
impl UnwindSafe for ReproCase
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