pub struct RotateTrustRoot {
pub which: String,
pub retire_at: DateTime<Utc>,
}Expand description
Operator-visible “rotate this slot now” hint. The CP never self-mutates
trust roots — this struct is informational telemetry only. The legacy
Action::RotateTrustRoot (in the deleted reconciler action.rs) was
the same shape; this is the moved-in-place definition.
Fields§
§which: String§retire_at: DateTime<Utc>Trait Implementations§
Source§impl Clone for RotateTrustRoot
impl Clone for RotateTrustRoot
Source§fn clone(&self) -> RotateTrustRoot
fn clone(&self) -> RotateTrustRoot
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 Debug for RotateTrustRoot
impl Debug for RotateTrustRoot
Source§impl PartialEq for RotateTrustRoot
impl PartialEq for RotateTrustRoot
impl Eq for RotateTrustRoot
impl StructuralPartialEq for RotateTrustRoot
Auto Trait Implementations§
impl Freeze for RotateTrustRoot
impl RefUnwindSafe for RotateTrustRoot
impl Send for RotateTrustRoot
impl Sync for RotateTrustRoot
impl Unpin for RotateTrustRoot
impl UnwindSafe for RotateTrustRoot
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,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more