Docs.rs
biscuit-auth-3.2.0
biscuit-auth 3.2.0
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
Geal
divarvel
Dependencies
base64 ^0.13.0
normal
biscuit-parser ^0.1.1
normal
biscuit-quote ^0.2.1
normal
ed25519-dalek ^1.0.1
normal
getrandom ^0.1.16
normal
hex ^0.4
normal
inline-c ^0.1
normal
nom ^7
normal
prost ^0.10
normal
prost-types ^0.10
normal
rand ^0.7
normal
rand_core ^0.5
normal
regex ^1.5
normal
serde ^1.0.132
normal
sha2 ^0.9
normal
thiserror ^1
normal
time ^0.3.7
normal
uuid ^1
normal
wasm-bindgen ^0.2
normal
zeroize ^1
normal
bencher ^0.1.5
dev
colored-diff ^0.2.3
dev
prost-build ^0.10
dev
rand ^0.7
dev
serde ^1.0.130
dev
serde_json ^1.0.67
dev
Versions
17.96%
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
☰
ToAnyParam
Required Methods
to_any_param
Implementations on Foreign Types
&str
BTreeSet<Term>
String
SystemTime
Vec<u8>
[u8]
bool
i64
Implementors
In biscuit_auth::builder
?
Trait
biscuit_auth
::
builder
::
ToAnyParam
source
·
[
−
]
pub trait ToAnyParam { // Required method fn
to_any_param
(&self) ->
AnyParam
; }
Required Methods
§
source
fn
to_any_param
(&self) ->
AnyParam
Implementations on Foreign Types
§
source
§
impl
ToAnyParam
for &
str
source
§
fn
to_any_param
(&self) ->
AnyParam
source
§
impl
ToAnyParam
for
bool
source
§
fn
to_any_param
(&self) ->
AnyParam
source
§
impl
ToAnyParam
for
BTreeSet
<
Term
>
source
§
fn
to_any_param
(&self) ->
AnyParam
source
§
impl
ToAnyParam
for
String
source
§
fn
to_any_param
(&self) ->
AnyParam
source
§
impl
ToAnyParam
for
i64
source
§
fn
to_any_param
(&self) ->
AnyParam
source
§
impl
ToAnyParam
for
Vec
<
u8
>
source
§
fn
to_any_param
(&self) ->
AnyParam
source
§
impl
ToAnyParam
for
SystemTime
source
§
fn
to_any_param
(&self) ->
AnyParam
source
§
impl
ToAnyParam
for [
u8
]
source
§
fn
to_any_param
(&self) ->
AnyParam
Implementors
§
source
§
impl
ToAnyParam
for
PublicKey