pub struct AlpnError(_);
Expand description
An error returned from an ALPN selection callback.
Requires OpenSSL 1.0.2 or LibreSSL 2.6.1 or newer.
Implementations
Trait Implementations
impl Copy for AlpnError
impl Eq for AlpnError
impl StructuralEq for AlpnError
impl StructuralPartialEq for AlpnError
Auto Trait Implementations
impl RefUnwindSafe for AlpnError
impl Send for AlpnError
impl Sync for AlpnError
impl Unpin for AlpnError
impl UnwindSafe for AlpnError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more