pub struct ExpiryWarning {
pub path: SecretPath,
pub kind: ExpiryWarningKind,
}Expand description
One reminder produced by check_rotation_reminders.
Fields§
§path: SecretPathWhich path the warning is about.
kind: ExpiryWarningKindWhy we’re warning.
Trait Implementations§
Source§impl Clone for ExpiryWarning
impl Clone for ExpiryWarning
Source§fn clone(&self) -> ExpiryWarning
fn clone(&self) -> ExpiryWarning
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 moreSource§impl Debug for ExpiryWarning
impl Debug for ExpiryWarning
impl Eq for ExpiryWarning
Source§impl PartialEq for ExpiryWarning
impl PartialEq for ExpiryWarning
Source§fn eq(&self, other: &ExpiryWarning) -> bool
fn eq(&self, other: &ExpiryWarning) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ExpiryWarning
Auto Trait Implementations§
impl Freeze for ExpiryWarning
impl RefUnwindSafe for ExpiryWarning
impl Send for ExpiryWarning
impl Sync for ExpiryWarning
impl Unpin for ExpiryWarning
impl UnsafeUnpin for ExpiryWarning
impl UnwindSafe for ExpiryWarning
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.