pub struct ClientSessionCommon { /* private fields */ }
Implementations
sourceimpl ClientSessionCommon
impl ClientSessionCommon
pub fn server_cert_chain(&self) -> &[Certificate]
pub fn secret(&self) -> &[u8]ⓘNotable traits for &'_ [u8]impl<'_> Read for &'_ [u8]impl<'_> Write for &'_ mut [u8]
pub fn ticket(&self) -> &[u8]ⓘNotable traits for &'_ [u8]impl<'_> Read for &'_ [u8]impl<'_> Write for &'_ mut [u8]
sourcepub fn rewind_epoch(&mut self, delta: u32)
pub fn rewind_epoch(&mut self, delta: u32)
Test only: wind back epoch by delta seconds.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ClientSessionCommon
impl Send for ClientSessionCommon
impl Sync for ClientSessionCommon
impl Unpin for ClientSessionCommon
impl UnwindSafe for ClientSessionCommon
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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