Struct quinn_proto::ParseError [−][src]
pub struct ParseError(_);
Errors encountered while parsing a TLS certificate or private key
Trait Implementations
impl Clone for ParseError[src]
impl Clone for ParseError[src]fn clone(&self) -> ParseError[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
Auto Trait Implementations
impl RefUnwindSafe for ParseError
impl RefUnwindSafe for ParseErrorimpl Send for ParseError
impl Send for ParseErrorimpl Sync for ParseError
impl Sync for ParseErrorimpl Unpin for ParseError
impl Unpin for ParseErrorimpl UnwindSafe for ParseError
impl UnwindSafe for ParseErrorBlanket Implementations
impl<T> Instrument for T[src]
impl<T> Instrument for T[src]pub fn instrument(self, span: Span) -> Instrumented<Self>[src]
pub fn in_current_span(self) -> Instrumented<Self>[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,