Struct debris_common::file_provider::FsFileProvider
source · pub struct FsFileProvider {
pub root: PathBuf,
}
Expand description
A FileProvider
implementation that reads files from the file system
Fields§
§root: PathBuf
Implementations§
Trait Implementations§
source§impl Debug for FsFileProvider
impl Debug for FsFileProvider
source§impl Default for FsFileProvider
impl Default for FsFileProvider
source§fn default() -> FsFileProvider
fn default() -> FsFileProvider
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for FsFileProvider
impl Send for FsFileProvider
impl Sync for FsFileProvider
impl Unpin for FsFileProvider
impl UnwindSafe for FsFileProvider
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