pub struct Tls13ClientSessionValue { /* private fields */ }
Implementations
sourceimpl Tls13ClientSessionValue
impl Tls13ClientSessionValue
pub fn max_early_data_size(&self) -> u32
pub fn suite(&self) -> &'static Tls13CipherSuite
Trait Implementations
sourceimpl Debug for Tls13ClientSessionValue
impl Debug for Tls13ClientSessionValue
sourceimpl Deref for Tls13ClientSessionValue
impl Deref for Tls13ClientSessionValue
type Target = ClientSessionCommon
type Target = ClientSessionCommon
The resulting type after dereferencing.
Auto Trait Implementations
impl RefUnwindSafe for Tls13ClientSessionValue
impl Send for Tls13ClientSessionValue
impl Sync for Tls13ClientSessionValue
impl Unpin for Tls13ClientSessionValue
impl UnwindSafe for Tls13ClientSessionValue
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