Lines Matching refs:SslSession
1408 F: Fn(&mut SslRef, SslSession) + 'static + Sync + Send,
1442 /// The returned `SslSession` must not be associated with a different `SslContext`.
1446 F: Fn(&mut SslRef, &[u8]) -> Option<SslSession> + 'static + Sync + Send,
2083 pub struct SslSession;
2085 /// Reference to [`SslSession`].
2087 /// [`SslSession`]: struct.SslSession.html
2091 impl Clone for SslSession {
2092 fn clone(&self) -> SslSession {
2097 impl SslSession {
2102 SslSession,
2108 type Owned = SslSession;
2110 fn to_owned(&self) -> SslSession {
2113 SslSession(self.as_ptr())