Docs.rs
protovalidate-buffa-0.2.1
protovalidate-buffa 0.2.1
Docs.rs crate page
Apache-2.0
OR
MIT
Links
Homepage
Repository
crates.io
Source
Owners
jrandolf
Dependencies
buffa ^0.5
normal
buffa-types ^0.5
normal
cel ^0.13
normal
chrono ^0.4
normal
connectrpc ^0.4
normal
optional
fluent-uri ^0.4
normal
http ^1
normal
ipnet ^2
normal
percent-encoding ^2
normal
protovalidate-buffa-macros ^0.2.0
normal
regex ^1
normal
ulid ^1
normal
uuid ^1
normal
Versions
38.78%
of the crate is documented
Go to latest version
Platform
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
Skip to main content
AsCelValue
protovalidate_
buffa
0.2.1
AsCel
Value
Required Methods
as_cel_value
Implementations on Foreign Types
Duration
FieldMask
Timestamp
Implementors
In protovalidate_
buffa::
cel
protovalidate_buffa
::
cel
Trait
AsCel
Value
Copy item path
Source
pub trait AsCelValue { // Required method fn
as_cel_value
(&self) ->
Value
; }
Required Methods
§
Source
fn
as_cel_value
(&self) ->
Value
Implementations on Foreign Types
§
Source
§
impl
AsCelValue
for
Duration
Source
§
fn
as_cel_value
(&self) ->
Value
Source
§
impl
AsCelValue
for
FieldMask
Source
§
fn
as_cel_value
(&self) ->
Value
Source
§
impl
AsCelValue
for
Timestamp
Source
§
fn
as_cel_value
(&self) ->
Value
Implementors
§