pub struct DiagnosticStream<'d, D: ?Sized> { /* private fields */ }
Expand description
Used to iterate over all the diagnostics after a call to an ODBC function.
Fills the same Record
with all the diagnostic records associated with the handle.
Implementations§
Auto Trait Implementations§
impl<'d, D> Freeze for DiagnosticStream<'d, D>where
D: ?Sized,
impl<'d, D> RefUnwindSafe for DiagnosticStream<'d, D>where
D: RefUnwindSafe + ?Sized,
impl<'d, D> Send for DiagnosticStream<'d, D>
impl<'d, D> Sync for DiagnosticStream<'d, D>
impl<'d, D> Unpin for DiagnosticStream<'d, D>where
D: ?Sized,
impl<'d, D> UnwindSafe for DiagnosticStream<'d, D>where
D: RefUnwindSafe + ?Sized,
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