pub struct KeyRotationEvent {
pub new_eph_pub: [u8; 32],
pub rotation_count: u64,
}Expand description
Key rotation event
Fields§
§new_eph_pub: [u8; 32]§rotation_count: u64Trait Implementations§
Source§impl Clone for KeyRotationEvent
impl Clone for KeyRotationEvent
Source§fn clone(&self) -> KeyRotationEvent
fn clone(&self) -> KeyRotationEvent
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 KeyRotationEvent
impl RefUnwindSafe for KeyRotationEvent
impl Send for KeyRotationEvent
impl Sync for KeyRotationEvent
impl Unpin for KeyRotationEvent
impl UnsafeUnpin for KeyRotationEvent
impl UnwindSafe for KeyRotationEvent
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