Docs.rs
structsy-0.5.2
structsy 0.5.2
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
tglman
Dependencies
byteorder ^1.3
normal
data-encoding ^2.1
normal
persy ^1.4
normal
rand ^0.8
normal
serde ^1.0
normal
optional
structsy-derive ^0.5
normal
optional
structsy-derive ^0.5
dev
tempfile ^3.0
dev
Versions
39.04%
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
QueryAction
structsy
0.5.2
Query
Action
Required Methods
query
Implementations on Foreign Types
(Field<T, Option<Ref<V>>>, &mut FilterBuilder<T>)
(Field<T, Option<Ref<V>>>, &mut FilterBuilder<T>)
(Field<T, Option<Ref<V>>>, &mut FilterBuilder<T>)
(Field<T, Ref<V>>, &mut FilterBuilder<T>)
(Field<T, Ref<V>>, &mut FilterBuilder<T>)
(Field<T, Ref<V>>, &mut FilterBuilder<T>)
(Field<T, V>, &mut FilterBuilder<T>)
(Field<T, Vec<Ref<V>>>, &mut FilterBuilder<T>)
(Field<T, Vec<Ref<V>>>, &mut FilterBuilder<T>)
(Field<T, Vec<Ref<V>>>, &mut FilterBuilder<T>)
Implementors
In structsy::
internal
structsy
::
internal
Trait
Query
Action
Copy item path
Source
pub trait QueryAction<X> { // Required method fn
query
(self, value: X); }
Required Methods
§
Source
fn
query
(self, value: X)
Implementations on Foreign Types
§
Source
§
impl<T, V>
QueryAction
<
Filter
<V>> for (
Field
<T,
Option
<
Ref
<V>>>, &mut
FilterBuilder
<T>)
where T: 'static, V:
Persistent
+ 'static,
Source
§
fn
query
(self, value:
Filter
<V>)
Source
§
impl<T, V>
QueryAction
<
Filter
<V>> for (
Field
<T,
Ref
<V>>, &mut
FilterBuilder
<T>)
where T: 'static, V:
Persistent
+ 'static,
Source
§
fn
query
(self, value:
Filter
<V>)
Source
§
impl<T, V>
QueryAction
<
Filter
<V>> for (
Field
<T,
Vec
<
Ref
<V>>>, &mut
FilterBuilder
<T>)
where T: 'static, V:
Persistent
+ 'static,
Source
§
fn
query
(self, value:
Filter
<V>)
Source
§
impl<T, V>
QueryAction
<
Filter
<V>> for (
Field
<T, V>, &mut
FilterBuilder
<T>)
where T: 'static, V:
EmbeddedDescription
+ 'static,
Source
§
fn
query
(self, value:
Filter
<V>)
Source
§
impl<T, V>
QueryAction
<
SnapshotQuery
<V>> for (
Field
<T,
Option
<
Ref
<V>>>, &mut
FilterBuilder
<T>)
where T: 'static, V:
Persistent
+ 'static,
Source
§
fn
query
(self, value:
SnapshotQuery
<V>)
Source
§
impl<T, V>
QueryAction
<
SnapshotQuery
<V>> for (
Field
<T,
Ref
<V>>, &mut
FilterBuilder
<T>)
where T: 'static, V:
Persistent
+ 'static,
Source
§
fn
query
(self, value:
SnapshotQuery
<V>)
Source
§
impl<T, V>
QueryAction
<
SnapshotQuery
<V>> for (
Field
<T,
Vec
<
Ref
<V>>>, &mut
FilterBuilder
<T>)
where T: 'static, V:
Persistent
+ 'static,
Source
§
fn
query
(self, value:
SnapshotQuery
<V>)
Source
§
impl<T, V>
QueryAction
<
StructsyQuery
<V>> for (
Field
<T,
Option
<
Ref
<V>>>, &mut
FilterBuilder
<T>)
where T: 'static, V:
Persistent
+ 'static,
Source
§
fn
query
(self, value:
StructsyQuery
<V>)
Source
§
impl<T, V>
QueryAction
<
StructsyQuery
<V>> for (
Field
<T,
Ref
<V>>, &mut
FilterBuilder
<T>)
where T: 'static, V:
Persistent
+ 'static,
Source
§
fn
query
(self, value:
StructsyQuery
<V>)
Source
§
impl<T, V>
QueryAction
<
StructsyQuery
<V>> for (
Field
<T,
Vec
<
Ref
<V>>>, &mut
FilterBuilder
<T>)
where T: 'static, V:
Persistent
+ 'static,
Source
§
fn
query
(self, value:
StructsyQuery
<V>)
Implementors
§