pub struct KeyManagerStats {
pub active_key_id: u8,
pub total_keys: usize,
pub active_keys: usize,
pub expired_keys: usize,
pub rotation_interval: Duration,
pub auto_rotation_enabled: bool,
}Fields§
§active_key_id: u8§total_keys: usize§active_keys: usize§expired_keys: usize§rotation_interval: Duration§auto_rotation_enabled: boolTrait Implementations§
Source§impl Debug for KeyManagerStats
impl Debug for KeyManagerStats
Auto Trait Implementations§
impl Freeze for KeyManagerStats
impl RefUnwindSafe for KeyManagerStats
impl Send for KeyManagerStats
impl Sync for KeyManagerStats
impl Unpin for KeyManagerStats
impl UnsafeUnpin for KeyManagerStats
impl UnwindSafe for KeyManagerStats
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