Docs.rs
scylladb-parse-0.1.2
scylladb-parse 0.1.2
Permalink
Docs.rs crate page
Links
Repository
crates.io
Source
Owners
louaykamel
Dependencies
anyhow ^1.0
normal
anymap ^0.12
normal
chrono ^0.4
normal
derive_builder ^0.12
normal
derive_more ^0.99
normal
hex ^0.4
normal
lazy_static ^1.4
normal
quote ^1.0
normal
regex ^1.5
normal
scylladb-parse-macros ^0.1
normal
uuid ^1.3
normal
maplit ^1.0
dev
Versions
22.01%
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
scylladb_
parse
0.1.2
Where
Ext
Required Methods
iter_where
Implementors
In crate scylladb_
parse
scylladb_parse
Trait
WhereExt
Copy item path
Source
pub trait WhereExt { // Required method fn
iter_where
(&self) ->
Option
<
Iter
<'_,
Relation
>>; }
Required Methods
§
Source
fn
iter_where
(&self) ->
Option
<
Iter
<'_,
Relation
>>
Implementors
§
Source
§
impl
WhereExt
for
DeleteStatement
Source
§
impl
WhereExt
for
SelectStatement
Source
§
impl
WhereExt
for
UpdateStatement