pub(crate) struct PartiallyExtractedSecrets {
pub(crate) tx: ConnectionTrafficSecrets,
pub(crate) rx: ConnectionTrafficSecrets,
}Expand description
ExtractedSecrets minus the sequence numbers
Fields§
§tx: ConnectionTrafficSecretssecrets for the “tx” (transmit) direction
rx: ConnectionTrafficSecretssecrets for the “rx” (receive) direction
Auto Trait Implementations§
impl Freeze for PartiallyExtractedSecrets
impl RefUnwindSafe for PartiallyExtractedSecrets
impl Send for PartiallyExtractedSecrets
impl Sync for PartiallyExtractedSecrets
impl Unpin for PartiallyExtractedSecrets
impl UnwindSafe for PartiallyExtractedSecrets
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