Struct rustls::tls13::key_schedule::KeyScheduleClientBeforeFinished
source · pub(crate) struct KeyScheduleClientBeforeFinished {
traffic: KeyScheduleTraffic,
}
Fields§
§traffic: KeyScheduleTraffic
Implementations§
source§impl KeyScheduleClientBeforeFinished
impl KeyScheduleClientBeforeFinished
pub(crate) fn into_traffic(self, common: &mut CommonState) -> KeyScheduleTraffic
Auto Trait Implementations§
impl Freeze for KeyScheduleClientBeforeFinished
impl RefUnwindSafe for KeyScheduleClientBeforeFinished
impl Send for KeyScheduleClientBeforeFinished
impl Sync for KeyScheduleClientBeforeFinished
impl Unpin for KeyScheduleClientBeforeFinished
impl UnwindSafe for KeyScheduleClientBeforeFinished
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