pub struct FileService;Expand description
File service for reading files and directories
Implementations§
Source§impl FileService
impl FileService
Auto Trait Implementations§
impl Freeze for FileService
impl RefUnwindSafe for FileService
impl Send for FileService
impl Sync for FileService
impl Unpin for FileService
impl UnsafeUnpin for FileService
impl UnwindSafe for FileService
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