Struct security_framework::secure_transport::SessionState [−][src]
pub struct SessionState(_);
Expand description
Specifies the state of a TLS session.
Implementations
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for SessionStateimpl Send for SessionStateimpl Sync for SessionStateimpl Unpin for SessionStateimpl UnwindSafe for SessionState