pub struct ProjectedFileSystem { /* private fields */ }
Implementations§
Source§impl ProjectedFileSystem
impl ProjectedFileSystem
pub fn new( root: &Path, source: impl ProjectedFileSystemSource + 'static, ) -> Result<Self>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ProjectedFileSystem
impl !RefUnwindSafe for ProjectedFileSystem
impl !Send for ProjectedFileSystem
impl !Sync for ProjectedFileSystem
impl Unpin for ProjectedFileSystem
impl !UnwindSafe for ProjectedFileSystem
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