Struct lang_util_dev::test_util::Paths
source · [−]pub struct Paths<K: PathKey> { /* private fields */ }Expand description
Test output manager
Implementations
sourceimpl<K: PathKey + 'static> Paths<K>
impl<K: PathKey + 'static> Paths<K>
sourcepub fn new(input_path: &Path) -> Result<Self>
pub fn new(input_path: &Path) -> Result<Self>
Create a new output manager for the given input path
Parameters
input_path: input file for the current test case
Auto Trait Implementations
impl<K> RefUnwindSafe for Paths<K> where
K: RefUnwindSafe,
impl<K> Send for Paths<K> where
K: Send,
impl<K> Sync for Paths<K> where
K: Sync,
impl<K> Unpin for Paths<K> where
K: Unpin,
impl<K> UnwindSafe for Paths<K> where
K: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more