pub struct DevOptions {
pub project_root: PathBuf,
pub fixture: Option<PathBuf>,
pub fixture_id: Option<String>,
}Fields§
§project_root: PathBuf§fixture: Option<PathBuf>§fixture_id: Option<String>Implementations§
Source§impl DevOptions
impl DevOptions
Trait Implementations§
Source§impl Clone for DevOptions
impl Clone for DevOptions
Source§fn clone(&self) -> DevOptions
fn clone(&self) -> DevOptions
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 moreAuto Trait Implementations§
impl Freeze for DevOptions
impl RefUnwindSafe for DevOptions
impl Send for DevOptions
impl Sync for DevOptions
impl Unpin for DevOptions
impl UnsafeUnpin for DevOptions
impl UnwindSafe for DevOptions
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