revocation
Module: config::revocation
Section titled “Module: config::revocation”Contents
Section titled “Contents”Structs
RevocationConfig- Validated revocation cache config.
Enums
RevocationConfigError- Error validating a [RevocationConfig].
firma_sidecar::config::revocation::RevocationConfig
Section titled “firma_sidecar::config::revocation::RevocationConfig”Struct
Validated revocation cache config.
Traits: Copy
Trait Implementations:
- Clone
fn clone(self: &Self) -> RevocationConfig
- Default
fn default() -> Self
- TryFrom
fn try_from(schema: SchemaRevocationConfig) -> Result<Self, <Self as >::Error>
- Debug
fn fmt(self: &Self, f: & mut $crate::fmt::Formatter) -> $crate::fmt::Result
firma_sidecar::config::revocation::RevocationConfigError
Section titled “firma_sidecar::config::revocation::RevocationConfigError”Enum
Error validating a [RevocationConfig].
Variants:
ZeroCapacity-capacitywas zero.FprOutOfRange-fprwas not within the open interval(0.0, 1.0).ZeroLruCapacity-lru_capacitywas zero.
Traits: Eq, Copy, Error
Trait Implementations:
- Display
fn fmt(self: &Self, __formatter: & mut ::core::fmt::Formatter) -> ::core::fmt::Result
- Debug
fn fmt(self: &Self, f: & mut $crate::fmt::Formatter) -> $crate::fmt::Result
- PartialEq
fn eq(self: &Self, other: &RevocationConfigError) -> bool
- Clone
fn clone(self: &Self) -> RevocationConfigError