Struct xtest_data::FsData
source · [−]pub struct FsData { /* private fields */ }Expand description
The product of Setup, ensuring local file system accessible test resources.
This object is used to retrieve the local paths of resources that have been registered with the
method Setup::add().
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for FsData
impl Send for FsData
impl Sync for FsData
impl Unpin for FsData
impl UnwindSafe for FsData
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more