pub struct DefaultEntryHandler;Trait Implementations§
Source§impl<T: FileOptionExtension> EntryHandler<T> for DefaultEntryHandler
impl<T: FileOptionExtension> EntryHandler<T> for DefaultEntryHandler
Auto Trait Implementations§
impl Freeze for DefaultEntryHandler
impl RefUnwindSafe for DefaultEntryHandler
impl Send for DefaultEntryHandler
impl Sync for DefaultEntryHandler
impl Unpin for DefaultEntryHandler
impl UnwindSafe for DefaultEntryHandler
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