Struct quinn_proto::crypto::UnsupportedVersion
source · pub struct UnsupportedVersion;
Expand description
Error indicating that the specified QUIC version is not supported
Trait Implementations§
source§impl Debug for UnsupportedVersion
impl Debug for UnsupportedVersion
source§impl From<UnsupportedVersion> for ConnectError
impl From<UnsupportedVersion> for ConnectError
source§fn from(_: UnsupportedVersion) -> Self
fn from(_: UnsupportedVersion) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for UnsupportedVersion
impl RefUnwindSafe for UnsupportedVersion
impl Send for UnsupportedVersion
impl Sync for UnsupportedVersion
impl Unpin for UnsupportedVersion
impl UnwindSafe for UnsupportedVersion
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