Enum quinn_proto::ConfigError [−][src]
#[non_exhaustive]
pub enum ConfigError {
OutOfBounds,
}Errors in the configuration of an endpoint
Variants (Non-exhaustive)
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
Value exceeds supported bounds
Trait Implementations
impl Clone for ConfigError[src]
impl Clone for ConfigError[src]fn clone(&self) -> ConfigError[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Eq for ConfigError[src]
impl Eq for ConfigError[src]impl Error for ConfigError[src]
impl Error for ConfigError[src]impl From<TryFromIntError> for ConfigError[src]
impl From<TryFromIntError> for ConfigError[src]fn from(_: TryFromIntError) -> Self[src]
impl From<VarIntBoundsExceeded> for ConfigError[src]
impl From<VarIntBoundsExceeded> for ConfigError[src]fn from(_: VarIntBoundsExceeded) -> Self[src]
impl PartialEq<ConfigError> for ConfigError[src]
impl PartialEq<ConfigError> for ConfigError[src]impl StructuralEq for ConfigError[src]
impl StructuralEq for ConfigError[src]impl StructuralPartialEq for ConfigError[src]
impl StructuralPartialEq for ConfigError[src]Auto Trait Implementations
impl RefUnwindSafe for ConfigError
impl RefUnwindSafe for ConfigErrorimpl Send for ConfigError
impl Send for ConfigErrorimpl Sync for ConfigError
impl Sync for ConfigErrorimpl Unpin for ConfigError
impl Unpin for ConfigErrorimpl UnwindSafe for ConfigError
impl UnwindSafe for ConfigErrorBlanket 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>,