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