Docs.rs
pbsl-rs-0.1.1
pbsl-rs 0.1.1
Permalink
Docs.rs crate page
BSD-2-Clause
Links
Repository
crates.io
Source
Owners
Aut-Design
Dependencies
chrono ^0.4
normal
libloading ^0.8
normal
num_enum ^0.7
normal
rust_decimal ^1.34
normal
rust_decimal_macros ^1.34
normal
widestring ^1.1
normal
Versions
3.26%
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
pbsl
0.1.1
AsValue
Required Methods
asvalue
Implementations on Foreign Types
bool
f32
i16
i32
u8
u16
u32
Implementors
In crate pbsl
pbsl
Trait
AsValue
Copy item path
Source
pub trait AsValue { // Required method fn
asvalue
(&self) ->
UnionValue
; }
Required Methods
§
Source
fn
asvalue
(&self) ->
UnionValue
Implementations on Foreign Types
§
Source
§
impl
AsValue
for
bool
Source
§
fn
asvalue
(&self) ->
UnionValue
Source
§
impl
AsValue
for
f32
Source
§
fn
asvalue
(&self) ->
UnionValue
Source
§
impl
AsValue
for
i16
Source
§
fn
asvalue
(&self) ->
UnionValue
Source
§
impl
AsValue
for
i32
Source
§
fn
asvalue
(&self) ->
UnionValue
Source
§
impl
AsValue
for
u8
Source
§
fn
asvalue
(&self) ->
UnionValue
Source
§
impl
AsValue
for
u16
Source
§
fn
asvalue
(&self) ->
UnionValue
Source
§
impl
AsValue
for
u32
Source
§
fn
asvalue
(&self) ->
UnionValue
Implementors
§