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 Freeze for FsData
impl RefUnwindSafe for FsData
impl Send for FsData
impl Sync for FsData
impl Unpin for FsData
impl UnwindSafe for FsData
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