pub struct FsDevSynth { /* private fields */ }
Expand description
Synthetic filesystem, only used by QTests.
Auto Trait Implementations§
impl Freeze for FsDevSynth
impl RefUnwindSafe for FsDevSynth
impl Send for FsDevSynth
impl Sync for FsDevSynth
impl Unpin for FsDevSynth
impl UnwindSafe for FsDevSynth
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