[−][src]Struct security_framework::secure_transport::SessionState
Specifies the state of a TLS session.
Implementations
impl SessionState
[src]
pub const IDLE: Self
[src]
The session has not yet started.
pub const HANDSHAKE: Self
[src]
The session is in the handshake process.
pub const CONNECTED: Self
[src]
The session is connected.
pub const CLOSED: Self
[src]
The session has been terminated.
pub const ABORTED: Self
[src]
The session has been aborted due to an error.
Trait Implementations
impl Debug for SessionState
[src]
impl Eq for SessionState
[src]
impl PartialEq<SessionState> for SessionState
[src]
fn eq(&self, other: &SessionState) -> bool
[src]
fn ne(&self, other: &SessionState) -> bool
[src]
impl StructuralEq for SessionState
[src]
impl StructuralPartialEq for SessionState
[src]
Auto Trait Implementations
impl RefUnwindSafe for SessionState
impl Send for SessionState
impl Sync for SessionState
impl Unpin for SessionState
impl UnwindSafe for SessionState
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,