pub enum WrappedMsgType<'r> {
ApplicationData,
Handshake(HandshakeMsg<'r>),
Alert(AlertMsg<'r>),
}Variants§
Trait Implementations§
Source§impl<'r> Debug for WrappedMsgType<'r>
impl<'r> Debug for WrappedMsgType<'r>
Source§impl<'r> PartialEq for WrappedMsgType<'r>
impl<'r> PartialEq for WrappedMsgType<'r>
impl<'r> StructuralPartialEq for WrappedMsgType<'r>
Auto Trait Implementations§
impl<'r> Freeze for WrappedMsgType<'r>
impl<'r> RefUnwindSafe for WrappedMsgType<'r>
impl<'r> Send for WrappedMsgType<'r>
impl<'r> Sync for WrappedMsgType<'r>
impl<'r> Unpin for WrappedMsgType<'r>
impl<'r> UnwindSafe for WrappedMsgType<'r>
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