pub struct TestPairTranscript { /* private fields */ }Expand description
Holds all of the writes that occurred during a TLS handshake
Implementations§
Auto Trait Implementations§
impl Freeze for TestPairTranscript
impl !RefUnwindSafe for TestPairTranscript
impl !Send for TestPairTranscript
impl !Sync for TestPairTranscript
impl Unpin for TestPairTranscript
impl !UnwindSafe for TestPairTranscript
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more