pub(super) struct PreviousClientHello {
pub(super) offered_psk: bool,
pub(super) suite: CipherSuite,
}Fields§
§offered_psk: bool§suite: CipherSuiteAuto Trait Implementations§
impl Freeze for PreviousClientHello
impl RefUnwindSafe for PreviousClientHello
impl Send for PreviousClientHello
impl Sync for PreviousClientHello
impl Unpin for PreviousClientHello
impl UnsafeUnpin for PreviousClientHello
impl UnwindSafe for PreviousClientHello
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