pub struct IoState { /* private fields */ }Expand description
Describes the current I/O state of a TLS connection.
Values of this structure are returned from operations on MessageHandlers.
Implementations§
Trait Implementations§
impl Eq for IoState
impl StructuralPartialEq for IoState
Auto Trait Implementations§
impl Freeze for IoState
impl RefUnwindSafe for IoState
impl Send for IoState
impl Sync for IoState
impl Unpin for IoState
impl UnsafeUnpin for IoState
impl UnwindSafe for IoState
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more