pub struct ReplayProtectionStats {
pub total_nonces: usize,
pub window_seconds: u64,
pub max_entries: usize,
}Fields§
§total_nonces: usize§window_seconds: u64§max_entries: usizeTrait Implementations§
Source§impl Clone for ReplayProtectionStats
impl Clone for ReplayProtectionStats
Source§fn clone(&self) -> ReplayProtectionStats
fn clone(&self) -> ReplayProtectionStats
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ReplayProtectionStats
impl RefUnwindSafe for ReplayProtectionStats
impl Send for ReplayProtectionStats
impl Sync for ReplayProtectionStats
impl Unpin for ReplayProtectionStats
impl UnsafeUnpin for ReplayProtectionStats
impl UnwindSafe for ReplayProtectionStats
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