Docs.rs
rbatis-2.1.0
rbatis 2.1.0
Docs.rs crate page
Apache-2.0
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
zhuxiujia
Dependencies
async-trait ^0.1
normal
chrono ^0.4
normal
futures ^0.3
normal
futures-core ^0.3
normal
hex ^0.4
normal
lazy_static ^1.4
normal
log ^0.4
normal
once_cell ^1.7
normal
rand ^0.8
normal
rbatis-core ^2.1.0
normal
rbatis-macro-driver ^2.1.0
normal
rbatis_sql ^2.0.20
normal
serde ^1
normal
serde_json ^1
normal
uuid ^0.8
normal
async-std ^1.10
dev
fast_log ^1.3
dev
tokio ^1.7
dev
Versions
39.29%
of the crate is documented
This release has been yanked, go to latest version
Platform
i686-unknown-linux-gnu
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
☰
Trait From
Required Methods
op_from
Implementations on Foreign Types
bool
bool
bool
bool
bool
bool
Implementors
Other items in
rbatis
?
Trait
rbatis
::
From
[
−
]
[src]
pub trait From<T> { fn
op_from
(T) -> Self; }
Required methods
[src]
fn
op_from
(T) -> Self
Performs the conversion.
Implementations on Foreign Types
[src]
impl
From
<
bool
> for
bool
[src]
pub fn
op_from
(arg:
bool
) ->
bool
[src]
impl
From
<
Value
> for
bool
[src]
pub fn
op_from
(arg:
Value
) ->
bool
[src]
impl<'_, '_>
From
<&'_ &'_
Value
> for
bool
[src]
pub fn
op_from
(arg: &&
Value
) ->
bool
[src]
impl<'_>
From
<&'_
bool
> for
bool
[src]
pub fn
op_from
(arg: &
bool
) ->
bool
[src]
impl<'_>
From
<&'_
Value
> for
bool
[src]
pub fn
op_from
(arg: &
Value
) ->
bool
[src]
impl<'_, '_>
From
<&'_ &'_
bool
> for
bool
[src]
pub fn
op_from
(arg: &&
bool
) ->
bool
Implementors