[−][src]Struct odbc_safe::DiagResult
Result of Diagnostics::diagnostics
Fields
state: [SQLCHAR; 6]A five-character SQLSTATE code (and terminating NULL) for the diagnostic record
rec_number. The first two characters indicate the class; the next three indicate the
subclass. For more information, see [SQLSTATE][1]s.
[1]: https://docs.microsoft.com/sql/odbc/reference/develop-app/sqlstates
native_error: SQLINTEGERNative error code specific to the data source.
text_length: SQLSMALLINTThe total number of characters (excluding the terminating NULL) available to return in
message_text.
Trait Implementations
impl Clone for DiagResult[src]
fn clone(&self) -> DiagResult[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for DiagResult[src]
impl Debug for DiagResult[src]
Auto Trait Implementations
impl Send for DiagResult
impl Sync for DiagResult
impl Unpin for DiagResult
impl UnwindSafe for DiagResult
impl RefUnwindSafe for DiagResult
Blanket Implementations
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> From<T> for T[src]
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,