pub struct DirectoryHandler<'a> {
pub directory_path: &'a str,
}Fields§
§directory_path: &'a strImplementations§
Trait Implementations§
Source§impl FileSystemHandler for DirectoryHandler<'_>
impl FileSystemHandler for DirectoryHandler<'_>
Auto Trait Implementations§
impl<'a> Freeze for DirectoryHandler<'a>
impl<'a> RefUnwindSafe for DirectoryHandler<'a>
impl<'a> Send for DirectoryHandler<'a>
impl<'a> Sync for DirectoryHandler<'a>
impl<'a> Unpin for DirectoryHandler<'a>
impl<'a> UnwindSafe for DirectoryHandler<'a>
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