pub(super) enum Alpn {
H2,
None,
}
Variants§
Trait Implementations§
source§impl PartialEq for Alpn
impl PartialEq for Alpn
impl Copy for Alpn
impl StructuralPartialEq for Alpn
Auto Trait Implementations§
impl Freeze for Alpn
impl RefUnwindSafe for Alpn
impl Send for Alpn
impl Sync for Alpn
impl Unpin for Alpn
impl UnwindSafe for Alpn
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