Docs.rs
cronback-lib-0.1.0
cronback-lib 0.1.0
Docs.rs crate page
BSD-2-Clause-Patent
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
AhmedSoliman
github:devtari-io:owners
Dependencies
anyhow ^1.0.69
normal
async-trait ^0.1.68
normal
chrono ^0.4
normal
chrono-tz ^0.8
normal
config ^0.13
normal
cron ^0.12.0
normal
derive_more ^0.99.17
normal
cronback-dto ^0.1.0
normal
futures ^0.3.28
normal
hyper ^0.14.24
normal
ipext ^0.1.0
normal
iso8601-duration ^0.2.0
normal
metrics ^0.21
normal
cronback-migration ^0.1.0
normal
cronback-proto ^0.1.0
normal
rand ^0.8
normal
sea-orm ^0.11.3
normal
sea-query ^0.28
normal
sea-query-binder ^0.3
normal
serde ^1
normal
serde_json ^1.0.93
normal
serde_with ^3.0.0
normal
sqlx ^0.6.3
normal
tempfile ^3.5
normal
thiserror ^1
normal
tokio ^1
normal
tokio-stream ^0.1
normal
tonic ^0.9
normal
tonic-reflection ^0.9.0
normal
tower ^0.4
normal
tower-http ^0.4.0
normal
tracing ^0.1
normal
tracing-core ^0.1.31
normal
tracing-subscriber ^0.3
normal
ulid ^1.0
normal
url ^2.3.1
normal
validator ^0.16.0
normal
Versions
26.97%
of the crate is documented
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
ProstOptionExt
cronback_
lib
0.1.0
Prost
Option
Ext
Required Associated Types
Item
Required Methods
get_or_default
Implementations on Foreign Types
Option<T>
Implementors
In cronback_
lib::
prelude
cronback_lib
::
prelude
Trait
Prost
Option
Ext
Copy item path
Source
pub trait ProstOptionExt { type
Item
; // Required method fn
get_or_default
(&self) -> &Self::
Item
; }
Required Associated Types
§
Source
type
Item
Required Methods
§
Source
fn
get_or_default
(&self) -> &Self::
Item
Implementations on Foreign Types
§
Source
§
impl<T>
ProstOptionExt
for
Option
<T>
where T:
ProstLazyDefault
+ 'static,
Source
§
type
Item
= T
Source
§
fn
get_or_default
(&self) ->
&T
Implementors
§