Struct s2n_quic_core::event::builder::KeyUpdate
source · pub struct KeyUpdate {
pub key_type: KeyType,
pub cipher_suite: CipherSuite,
}Expand description
Crypto key updated
Fields§
§key_type: KeyType§cipher_suite: CipherSuiteTrait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for KeyUpdate
impl Send for KeyUpdate
impl Sync for KeyUpdate
impl Unpin for KeyUpdate
impl UnwindSafe for KeyUpdate
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