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
Unicode
rs_odbc
0.2.0
Unicode
Implementations on Foreign Types
MaybeUninit<RefSQLHDESC<'_, DT, V>>
MaybeUninit<RefUnsafeSQLHDESC<'_, DT, V>>
MaybeUninit<T>
Option<&SQLHDESC<'_, DT, V>>
Option<&UnsafeSQLHDESC<'_, DT, V>>
Implementors
In rs_
odbc::
str
rs_odbc
::
str
Trait
Unicode
Copy item path
Source
pub trait Unicode { }
Implementations on Foreign Types
§
Source
§
impl<DT, V:
OdbcVersion
>
Unicode
for
Option
<&
SQLHDESC
<'_, DT, V>>
Source
§
impl<DT, V:
OdbcVersion
>
Unicode
for
Option
<&
UnsafeSQLHDESC
<'_, DT, V>>
Source
§
impl<DT, V:
OdbcVersion
>
Unicode
for
MaybeUninit
<
RefSQLHDESC
<'_, DT, V>>
Source
§
impl<DT, V:
OdbcVersion
>
Unicode
for
MaybeUninit
<
RefUnsafeSQLHDESC
<'_, DT, V>>
Source
§
impl<T>
Unicode
for
MaybeUninit
<T>
where T:
Unicode
+
Ident
,
Implementors
§
Source
§
impl
Unicode
for
OdbcStr
<
SQLWCHAR
>
Source
§
impl
Unicode
for
OdbcStr
<
MaybeUninit
<
SQLWCHAR
>>
Source
§
impl<CH:
OdbcChar
>
Unicode
for &
OdbcStr
<CH>
where
OdbcStr
<CH>:
Unicode
,
Source
§
impl<T:
Ident
>
Unicode
for T