pub struct KeyRotationResult {
pub key_file: String,
pub valid: bool,
pub error: Option<String>,
}Expand description
Result of testing a key in rotation
Fields§
§key_file: String§valid: bool§error: Option<String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for KeyRotationResult
impl RefUnwindSafe for KeyRotationResult
impl Send for KeyRotationResult
impl Sync for KeyRotationResult
impl Unpin for KeyRotationResult
impl UnsafeUnpin for KeyRotationResult
impl UnwindSafe for KeyRotationResult
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