pub struct ClientHello<'r> { /* private fields */ }Implementations§
Source§impl<'r> ClientHello<'r>
impl<'r> ClientHello<'r>
pub fn parse<P: ClientHelloProcessor>( prc: &mut P, bytes: &'r [u8], ) -> Result<(Self, &'r [u8]), RecordError>
Trait Implementations§
Source§impl<'r> Debug for ClientHello<'r>
impl<'r> Debug for ClientHello<'r>
Source§impl<'r> PartialEq for ClientHello<'r>
impl<'r> PartialEq for ClientHello<'r>
impl<'r> StructuralPartialEq for ClientHello<'r>
Auto Trait Implementations§
impl<'r> Freeze for ClientHello<'r>
impl<'r> RefUnwindSafe for ClientHello<'r>
impl<'r> Send for ClientHello<'r>
impl<'r> Sync for ClientHello<'r>
impl<'r> Unpin for ClientHello<'r>
impl<'r> UnwindSafe for ClientHello<'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