pub struct DefaultDirectoryHandler;Trait Implementations§
Auto Trait Implementations§
impl Freeze for DefaultDirectoryHandler
impl RefUnwindSafe for DefaultDirectoryHandler
impl Send for DefaultDirectoryHandler
impl Sync for DefaultDirectoryHandler
impl Unpin for DefaultDirectoryHandler
impl UnsafeUnpin for DefaultDirectoryHandler
impl UnwindSafe for DefaultDirectoryHandler
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