pub struct AutoFormatAdapter;Expand description
Adapter for format detection and auto-conversion
Implementations§
Auto Trait Implementations§
impl Freeze for AutoFormatAdapter
impl RefUnwindSafe for AutoFormatAdapter
impl Send for AutoFormatAdapter
impl Sync for AutoFormatAdapter
impl Unpin for AutoFormatAdapter
impl UnwindSafe for AutoFormatAdapter
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