pub struct FileLoaderDisk { /* private fields */ }
Implementations§
Source§impl FileLoaderDisk
impl FileLoaderDisk
pub fn new(basedir: &str) -> Self
pub fn enable_debug(&mut self)
Trait Implementations§
Source§impl FileLoader for FileLoaderDisk
impl FileLoader for FileLoaderDisk
Auto Trait Implementations§
impl Freeze for FileLoaderDisk
impl RefUnwindSafe for FileLoaderDisk
impl Send for FileLoaderDisk
impl Sync for FileLoaderDisk
impl Unpin for FileLoaderDisk
impl UnwindSafe for FileLoaderDisk
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