pub struct AutoDataFormatHandler;Expand description
Auto data format handler, to automatically detects the data format from the file extension
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AutoDataFormatHandler
impl RefUnwindSafe for AutoDataFormatHandler
impl Send for AutoDataFormatHandler
impl Sync for AutoDataFormatHandler
impl Unpin for AutoDataFormatHandler
impl UnwindSafe for AutoDataFormatHandler
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