Struct rustls::internal::record_layer::RecordLayer
source · pub struct RecordLayer { /* private fields */ }
Expand description
Record layer that tracks decryption and encryption keys.
Implementations§
source§impl RecordLayer
impl RecordLayer
Auto Trait Implementations§
impl Freeze for RecordLayer
impl !RefUnwindSafe for RecordLayer
impl Send for RecordLayer
impl Sync for RecordLayer
impl Unpin for RecordLayer
impl !UnwindSafe for RecordLayer
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