pub struct ClientSessionCommon { /* private fields */ }
Implementations§
source§impl ClientSessionCommon
impl ClientSessionCommon
pub fn server_cert_chain(&self) -> &[Certificate]
pub fn secret(&self) -> &[u8] ⓘ
pub fn ticket(&self) -> &[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§
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