pub struct DiagnosticDriverDetails { /* private fields */ }Expand description
Fixed driver details. Numeric positions are zero-based driver facts, not JSON input coordinates. Missing positions remain None.
Implementations§
Source§impl DiagnosticDriverDetails
impl DiagnosticDriverDetails
pub fn new( column_index: Option<u64>, column_count: Option<u64>, target_rust_type: DiagnosticTypeName, actual_db_type: DiagnosticTypeName, ) -> Self
Trait Implementations§
Source§impl Debug for DiagnosticDriverDetails
impl Debug for DiagnosticDriverDetails
Auto Trait Implementations§
impl Freeze for DiagnosticDriverDetails
impl RefUnwindSafe for DiagnosticDriverDetails
impl Send for DiagnosticDriverDetails
impl Sync for DiagnosticDriverDetails
impl Unpin for DiagnosticDriverDetails
impl UnsafeUnpin for DiagnosticDriverDetails
impl UnwindSafe for DiagnosticDriverDetails
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