Docs.rs
django-query-0.2.1
django-query 0.2.1
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
eds-collabora
Dependencies
anyhow ^1
normal
chrono ^0.4
normal
clone-replace ^0.1
normal
optional
django-query_derive ^0.2
normal
log ^0.4
normal
persian-rug ^0.1
normal
optional
regex ^1
normal
serde_json ^1
normal
strum ^0.21
normal
thiserror ^1.0
normal
wiremock ^0.5
normal
optional
env_logger ^0.9
dev
http ^0.2
dev
reqwest ^0.11
dev
test-log ^0.2
dev
tokio ^1.4
dev
tokio-test ^0.4
dev
Versions
93.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
django_
query
0.2.1
Scalar
Implementations on Foreign Types
DateTime<T>
String
bool
i8
i16
i32
i64
u8
u16
u32
u64
Implementors
In django_
query::
filtering::
ops
django_query
::
filtering
::
ops
Trait
Scalar
Copy item path
Source
pub trait Scalar { }
Available on
crate feature
filter
only.
Expand description
A value that is directly
Operable
.
Implementations on Foreign Types
§
Source
§
impl
Scalar
for
bool
Source
§
impl
Scalar
for
i8
Source
§
impl
Scalar
for
i16
Source
§
impl
Scalar
for
i32
Source
§
impl
Scalar
for
i64
Source
§
impl
Scalar
for
u8
Source
§
impl
Scalar
for
u16
Source
§
impl
Scalar
for
u32
Source
§
impl
Scalar
for
u64
Source
§
impl
Scalar
for
String
Source
§
impl<T:
TimeZone
>
Scalar
for
DateTime
<T>
Implementors
§