Docs.rs
variant-rs-0.4.0
variant-rs 0.4.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
zdimension
Dependencies
chrono ^0.4.33
normal
enumn ^0.1.13
normal
paste ^1.0.14
normal
rust_decimal ^1.34.2
normal
thiserror ^1.0.56
normal
widestring ^1.0.2
normal
windows ^0.52.0
normal
rust_decimal_macros ^1.34.2
dev
Versions
9.09%
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
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
variant_
rs
0.4.0
ToVariant
Required Methods
to_variant
Implementations on Foreign Types
&T
&str
()
BSTR
Decimal
IDispatch
IUnknown
NaiveDateTime
Option<IDispatch>
Option<IUnknown>
PSTR
String
bool
f32
f64
i8
i16
i32
i64
u8
u16
u32
u64
Implementors
In variant_
rs::
variant
variant_rs
::
variant
Trait
ToVariant
Copy item path
Source
pub trait ToVariant { // Required method fn
to_variant
(self) ->
Variant
; }
Required Methods
§
Source
fn
to_variant
(self) ->
Variant
Implementations on Foreign Types
§
Source
§
impl
ToVariant
for &
str
Source
§
fn
to_variant
(self) ->
Variant
Source
§
impl
ToVariant
for
Option
<
IUnknown
>
Source
§
fn
to_variant
(self) ->
Variant
Source
§
impl
ToVariant
for
Option
<IDispatch>
Source
§
fn
to_variant
(self) ->
Variant
Source
§
impl
ToVariant
for
bool
Source
§
fn
to_variant
(self) ->
Variant
Source
§
impl
ToVariant
for
f32
Source
§
fn
to_variant
(self) ->
Variant
Source
§
impl
ToVariant
for
f64
Source
§
fn
to_variant
(self) ->
Variant
Source
§
impl
ToVariant
for
i8
Source
§
fn
to_variant
(self) ->
Variant
Source
§
impl
ToVariant
for
i16
Source
§
fn
to_variant
(self) ->
Variant
Source
§
impl
ToVariant
for
i32
Source
§
fn
to_variant
(self) ->
Variant
Source
§
impl
ToVariant
for
i64
Source
§
fn
to_variant
(self) ->
Variant
Source
§
impl
ToVariant
for
u8
Source
§
fn
to_variant
(self) ->
Variant
Source
§
impl
ToVariant
for
u16
Source
§
fn
to_variant
(self) ->
Variant
Source
§
impl
ToVariant
for
u32
Source
§
fn
to_variant
(self) ->
Variant
Source
§
impl
ToVariant
for
u64
Source
§
fn
to_variant
(self) ->
Variant
Source
§
impl
ToVariant
for
()
Source
§
fn
to_variant
(self) ->
Variant
Source
§
impl
ToVariant
for
String
Source
§
fn
to_variant
(self) ->
Variant
Source
§
impl
ToVariant
for
NaiveDateTime
Source
§
fn
to_variant
(self) ->
Variant
Source
§
impl
ToVariant
for
Decimal
Source
§
fn
to_variant
(self) ->
Variant
Source
§
impl
ToVariant
for
BSTR
Source
§
fn
to_variant
(self) ->
Variant
Source
§
impl
ToVariant
for
PSTR
Source
§
fn
to_variant
(self) ->
Variant
Source
§
impl
ToVariant
for
IUnknown
Source
§
fn
to_variant
(self) ->
Variant
Source
§
impl
ToVariant
for IDispatch
Source
§
fn
to_variant
(self) ->
Variant
Source
§
impl<T:
Clone
+
ToVariant
>
ToVariant
for
&T
Source
§
fn
to_variant
(self) ->
Variant
Implementors
§
Source
§
impl
ToVariant
for
Currency
Source
§
impl
ToVariant
for
PtrWrapper
<
VARIANT
>