pub struct ParsedDevFixture {
pub path: PathBuf,
pub name: String,
pub lane: String,
pub target: JsonObject,
pub document: JsonObject,
}Fields§
§path: PathBuf§name: String§lane: String§target: JsonObject§document: JsonObjectTrait Implementations§
Source§impl Clone for ParsedDevFixture
impl Clone for ParsedDevFixture
Source§fn clone(&self) -> ParsedDevFixture
fn clone(&self) -> ParsedDevFixture
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 ParsedDevFixture
impl Debug for ParsedDevFixture
Source§impl PartialEq for ParsedDevFixture
impl PartialEq for ParsedDevFixture
Source§fn eq(&self, other: &ParsedDevFixture) -> bool
fn eq(&self, other: &ParsedDevFixture) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ParsedDevFixture
Auto Trait Implementations§
impl Freeze for ParsedDevFixture
impl RefUnwindSafe for ParsedDevFixture
impl Send for ParsedDevFixture
impl Sync for ParsedDevFixture
impl Unpin for ParsedDevFixture
impl UnsafeUnpin for ParsedDevFixture
impl UnwindSafe for ParsedDevFixture
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