Docs.rs
rs-odbc-0.2.0
rs-odbc 0.2.0
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
mversic
Dependencies
mockall_double ^0.3.0
normal
rs-odbc_derive ^0.1.0
normal
mockall ^0.11.2
dev
trybuild ^1.0.65
dev
Versions
11.88%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Ref
rs_odbc
0.2.0
Ref
Implementations on Foreign Types
MaybeUninit<RefSQLHDESC<'stmt, DT, V>>
MaybeUninit<RefUnsafeSQLHDESC<'stmt, DT, V>>
MaybeUninit<T>
[MaybeUninit<T>]
[T]
Implementors
In crate rs_
odbc
rs_odbc
Trait
Ref
Copy item path
Source
pub trait Ref<'a> { }
Expand description
Marker trait for binding lifetimes
Implementations on Foreign Types
§
Source
§
impl<'stmt, DT, V:
OdbcVersion
>
Ref
<'stmt> for
MaybeUninit
<
RefSQLHDESC
<'stmt, DT, V>>
Source
§
impl<'stmt, DT, V:
OdbcVersion
>
Ref
<'stmt> for
MaybeUninit
<
RefUnsafeSQLHDESC
<'stmt, DT, V>>
Source
§
impl<T:
Scalar
>
Ref
<'_> for
[T]
Source
§
impl<T:
Scalar
>
Ref
<'_> for
MaybeUninit
<T>
Source
§
impl<T:
Scalar
>
Ref
<'_> for [
MaybeUninit
<T>]
Implementors
§
Source
§
impl<CH>
Ref
<'_> for
OdbcStr
<CH>
Source
§
impl<T:
Scalar
>
Ref
<'_> for T