Struct re_renderer::FileServer
source · pub struct FileServer;Expand description
A noop implementation of a FileServer.
Implementations§
source§impl FileServer
impl FileServer
pub fn get<T>(f: impl FnMut(&FileServer) -> T) -> T
pub fn get_mut<T>(f: impl FnMut(&mut FileServer) -> T) -> T
pub fn collect<Fs: FileSystem>( &mut self, _resolver: &mut FileResolver<Fs> ) -> HashSet<PathBuf>
Auto Trait Implementations§
impl RefUnwindSafe for FileServer
impl Send for FileServer
impl Sync for FileServer
impl Unpin for FileServer
impl UnwindSafe for FileServer
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