Docs.rs
multisql-0.3.3
multisql 0.3.3
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
KyGost
Dependencies
async-recursion ^0.3.1
normal
async-trait ^0.1.41
normal
bincode ^1.3.1
normal
boolinator ^2.4.0
normal
chrono ^0.4.19
normal
concat-idents ^1.1.2
normal
csv ^1.1.6
normal
fast-float ^0.2.0
normal
fastrand ^1.7.0
normal
fstrings ^0.2.3
normal
futures ^0.3
normal
lazy_static ^1.4.0
normal
lexical ^6.1.0
normal
linecount ^0.1.0
normal
odbc-api ^0.40.1
normal
rayon ^1.5.1
normal
serde ^1.0.117
normal
serde_json ^1.0.0
normal
serde_yaml ^0.8.23
normal
sled ^0.34.7
normal
sqlparser ^0.16.0
normal
thiserror ^1.0.21
normal
thousands ^0.2.0
normal
umya-spreadsheet =0.7.1
normal
uuid ^0.8
normal
criterion ^0.3.5
dev
tokio ^0.3.3
dev
Versions
1.47%
of the crate is documented
Go to latest version
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
☰
TryIntoMethod
Required Methods
into_method
Implementations on Foreign Types
AstBinaryOperator
AstUnaryOperator
String
String
Implementors
In multisql
?
Trait
multisql
::
TryIntoMethod
source
·
[
−
]
pub trait TryIntoMethod<MethodType> { fn
into_method
(self) ->
Result
<MethodType>; }
Required Methods
source
fn
into_method
(self) ->
Result
<MethodType>
Implementations on Foreign Types
source
impl
TryIntoMethod
<
fn
(
Vec
<
Value
,
Global
>) ->
Result
<
Value
,
Error
>> for
String
source
fn
into_method
(self) ->
Result
<
FunctionOperator
>
source
impl
TryIntoMethod
<
fn
(
Value
,
Value
) ->
Result
<
Value
,
Error
>> for
String
source
fn
into_method
(self) ->
Result
<
AggregateOperator
>
source
impl
TryIntoMethod
<
fn
(
Value
) ->
Result
<
Value
,
Error
>> for
AstUnaryOperator
source
fn
into_method
(self) ->
Result
<
UnaryOperator
>
source
impl
TryIntoMethod
<
fn
(
Value
,
Value
) ->
Result
<
Value
,
Error
>> for
AstBinaryOperator
source
fn
into_method
(self) ->
Result
<
BinaryOperator
>
Implementors