Struct security_framework::secure_transport::SessionState
source · [−]pub struct SessionState(_);
Expand description
Specifies the state of a TLS session.
Implementations
sourceimpl SessionState
impl SessionState
Trait Implementations
sourceimpl Debug for SessionState
impl Debug for SessionState
sourceimpl PartialEq<SessionState> for SessionState
impl PartialEq<SessionState> for SessionState
sourcefn 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 ==
. Read more
sourcefn ne(&self, other: &SessionState) -> bool
fn ne(&self, other: &SessionState) -> bool
This method tests for !=
.
impl Eq for SessionState
impl StructuralEq for SessionState
impl StructuralPartialEq for SessionState
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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