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