Struct security_framework::secure_transport::SessionState
source · pub struct SessionState(_);Expand description
Specifies the state of a TLS session.
Implementations§
source§impl SessionState
impl SessionState
Trait Implementations§
source§impl Debug for SessionState
impl Debug for SessionState
source§impl PartialEq<SessionState> for SessionState
impl PartialEq<SessionState> for SessionState
source§fn eq(&self, other: &SessionState) -> bool
fn eq(&self, other: &SessionState) -> bool
This method tests for
self and other values to be equal, and is used
by ==.