Docs.rs
synapse-rpc-0.1.20
synapse-rpc 0.1.20
Permalink
Docs.rs crate page
ISC
Links
Repository
crates.io
Source
Owners
Luminarys
Dependencies
chrono ^0.4
normal
regex ^0.2
normal
serde ^1
normal
serde_derive ^1
normal
serde_json ^1
normal
url ^1
normal
url_serde ^0.2
normal
Versions
1.39%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
Queryable
synapse_
rpc
0.1.20
Queryable
Required Methods
field
Implementations on Foreign Types
Value
Implementors
In synapse_
rpc::
criterion
synapse_rpc
::
criterion
Trait
Queryable
Copy item path
Source
pub trait Queryable { // Required method fn
field
(&self, field: &
str
) ->
Option
<
Field
<'_>>; }
Required Methods
§
Source
fn
field
(&self, field: &
str
) ->
Option
<
Field
<'_>>
Implementations on Foreign Types
§
Source
§
impl
Queryable
for
Value
Source
§
fn
field
(&self, f: &
str
) ->
Option
<
Field
<'_>>
Implementors
§
Source
§
impl
Queryable
for
Resource
Source
§
impl
Queryable
for
File
Source
§
impl
Queryable
for
Peer
Source
§
impl
Queryable
for
Piece
Source
§
impl
Queryable
for
Server
Source
§
impl
Queryable
for
Torrent
Source
§
impl
Queryable
for
Tracker