pub struct CustomALPN { /* private fields */ }Expand description
Represents a Custom ALPN Protocol with a precomputed wire format and header offset.
Implementations§
Trait Implementations§
Source§impl Clone for CustomALPN
impl Clone for CustomALPN
Source§fn clone(&self) -> CustomALPN
fn clone(&self) -> CustomALPN
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CustomALPN
impl Debug for CustomALPN
Source§impl Hash for CustomALPN
impl Hash for CustomALPN
Source§impl PartialEq for CustomALPN
impl PartialEq for CustomALPN
Source§impl PartialOrd for CustomALPN
impl PartialOrd for CustomALPN
impl StructuralPartialEq for CustomALPN
Auto Trait Implementations§
impl Freeze for CustomALPN
impl RefUnwindSafe for CustomALPN
impl Send for CustomALPN
impl Sync for CustomALPN
impl Unpin for CustomALPN
impl UnwindSafe for CustomALPN
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