pub struct Tls12ClientSessionValue { /* private fields */ }
Trait Implementations
sourceimpl Clone for Tls12ClientSessionValue
impl Clone for Tls12ClientSessionValue
sourcefn clone(&self) -> Tls12ClientSessionValue
fn clone(&self) -> Tls12ClientSessionValue
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for Tls12ClientSessionValue
impl Debug for Tls12ClientSessionValue
sourceimpl Deref for Tls12ClientSessionValue
impl Deref for Tls12ClientSessionValue
type Target = ClientSessionCommon
type Target = ClientSessionCommon
The resulting type after dereferencing.
Auto Trait Implementations
impl !RefUnwindSafe for Tls12ClientSessionValue
impl Send for Tls12ClientSessionValue
impl Sync for Tls12ClientSessionValue
impl Unpin for Tls12ClientSessionValue
impl !UnwindSafe for Tls12ClientSessionValue
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