pub struct DetachedSignatureFreshnessConfig {
pub max_age_secs: u64,
pub max_future_skew_secs: u64,
}Expand description
Detached request-signature freshness policy applied before replay checks.
Fields§
§max_age_secs: u64§max_future_skew_secs: u64Trait Implementations§
Source§impl Clone for DetachedSignatureFreshnessConfig
impl Clone for DetachedSignatureFreshnessConfig
Source§fn clone(&self) -> DetachedSignatureFreshnessConfig
fn clone(&self) -> DetachedSignatureFreshnessConfig
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl From<&AcisConfig> for DetachedSignatureFreshnessConfig
impl From<&AcisConfig> for DetachedSignatureFreshnessConfig
Source§fn from(acis: &AcisConfig) -> Self
fn from(acis: &AcisConfig) -> Self
Converts to this type from the input type.
Source§impl PartialEq for DetachedSignatureFreshnessConfig
impl PartialEq for DetachedSignatureFreshnessConfig
Source§fn eq(&self, other: &DetachedSignatureFreshnessConfig) -> bool
fn eq(&self, other: &DetachedSignatureFreshnessConfig) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for DetachedSignatureFreshnessConfig
impl Eq for DetachedSignatureFreshnessConfig
impl StructuralPartialEq for DetachedSignatureFreshnessConfig
Auto Trait Implementations§
impl Freeze for DetachedSignatureFreshnessConfig
impl RefUnwindSafe for DetachedSignatureFreshnessConfig
impl Send for DetachedSignatureFreshnessConfig
impl Sync for DetachedSignatureFreshnessConfig
impl Unpin for DetachedSignatureFreshnessConfig
impl UnsafeUnpin for DetachedSignatureFreshnessConfig
impl UnwindSafe for DetachedSignatureFreshnessConfig
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more