[−][src]Enum odbc::ResultSetState
Holds a Statement
after execution of a query.Allocated
A executed statement may be in one of two states. Either the statement has yielded a result set
or not. Keep in mind that some ODBC drivers just yield empty result sets on e.g. INSERT
Statements
Variants
Auto Trait Implementations
impl<'a, 'b, S, AC> !Send for ResultSetState<'a, 'b, S, AC>
impl<'a, 'b, S, AC> !Sync for ResultSetState<'a, 'b, S, AC>
impl<'a, 'b, S, AC> Unpin for ResultSetState<'a, 'b, S, AC> where
AC: Unpin,
S: Unpin,
AC: Unpin,
S: Unpin,
impl<'a, 'b, S, AC> UnwindSafe for ResultSetState<'a, 'b, S, AC> where
AC: UnwindSafe,
S: UnwindSafe,
AC: UnwindSafe,
S: UnwindSafe,
impl<'a, 'b, S, AC> RefUnwindSafe for ResultSetState<'a, 'b, S, AC> where
AC: RefUnwindSafe,
S: RefUnwindSafe,
AC: RefUnwindSafe,
S: RefUnwindSafe,
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, 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,