Struct rustls::internal::record_layer::RecordLayer
source · [−]pub struct RecordLayer { /* private fields */ }
Expand description
Record layer that tracks decryption and encryption keys.
Implementations
sourceimpl RecordLayer
impl RecordLayer
Auto Trait Implementations
impl !RefUnwindSafe for RecordLayer
impl Send for RecordLayer
impl Sync for RecordLayer
impl Unpin for RecordLayer
impl !UnwindSafe for RecordLayer
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more