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