Expand description
Generated protobuf code and companion impls.
Modules§
- chrono
- Custom
proptest::strategy::Strategy
implementations and Protobuf types for thechrono
fields used in the codebase. - tokio_
postgres
Macros§
Structs§
Enums§
- TryFrom
Proto Error - An error thrown when trying to convert from a
*.proto
-generated typeProto$T
to$T
.
Traits§
- Into
Rust IfSome - Convenience syntax for trying to convert a
Self
value of typeOption<U>
toT
if the value isSome(value)
, or returningTryFromProtoError::MissingField
if the value isNone
. - Proto
MapEntry - A trait that allows
Self
to be used as an entry in aVec<Self>
representing a Rust*Map<K, V>
. - Proto
Repr - A trait that declares that
Self::Proto
is the default Protobuf representation forSelf
. - Proto
Type - The symmetric counterpart of
RustType
, similar to whatInto
is toFrom
. - Rust
Type - A trait for representing a Rust type
Self
as a value of typeProto
for the purpose of serializing this value as (part of) a Protobuf message. - TryInto
IfSome - Convenience syntax for trying to convert a
Self
value of typeOption<U>
toT
if the value isSome(value)
, or returningTryFromProtoError::MissingField
if the value isNone
.
Functions§
- any_
duration - any_
uuid - protobuf_
roundtrip - Blanket command for testing if
R
can be converted to its correspondingProtoType
and back.