pub struct TypeConverter;Expand description
Converter for SQL types to DuckDB-compatible types
Implementations§
Auto Trait Implementations§
impl Freeze for TypeConverter
impl RefUnwindSafe for TypeConverter
impl Send for TypeConverter
impl Sync for TypeConverter
impl Unpin for TypeConverter
impl UnwindSafe for TypeConverter
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