pub struct TestPaths {
pub file: PathBuf,
pub base: PathBuf,
pub relative_dir: PathBuf,
}Fields§
§file: PathBuf§base: PathBuf§relative_dir: PathBufTrait Implementations§
Auto Trait Implementations§
impl Freeze for TestPaths
impl RefUnwindSafe for TestPaths
impl Send for TestPaths
impl Sync for TestPaths
impl Unpin for TestPaths
impl UnwindSafe for TestPaths
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