Struct quinn_proto::VarIntBoundsExceeded [−][src]
pub struct VarIntBoundsExceeded;
Error returned when constructing a VarInt from a value >= 2^62
Trait Implementations
impl Clone for VarIntBoundsExceeded[src]
impl Clone for VarIntBoundsExceeded[src]fn clone(&self) -> VarIntBoundsExceeded[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for VarIntBoundsExceeded[src]
impl Copy for VarIntBoundsExceeded[src]impl Display for VarIntBoundsExceeded[src]
impl Display for VarIntBoundsExceeded[src]impl Eq for VarIntBoundsExceeded[src]
impl Eq for VarIntBoundsExceeded[src]impl Error for VarIntBoundsExceeded[src]
impl Error for VarIntBoundsExceeded[src]impl From<VarIntBoundsExceeded> for ConfigError[src]
impl From<VarIntBoundsExceeded> for ConfigError[src]fn from(_: VarIntBoundsExceeded) -> Self[src]
impl StructuralEq for VarIntBoundsExceeded[src]
impl StructuralEq for VarIntBoundsExceeded[src]Auto Trait Implementations
impl RefUnwindSafe for VarIntBoundsExceeded
impl RefUnwindSafe for VarIntBoundsExceededimpl Send for VarIntBoundsExceeded
impl Send for VarIntBoundsExceededimpl Sync for VarIntBoundsExceeded
impl Sync for VarIntBoundsExceededimpl Unpin for VarIntBoundsExceeded
impl Unpin for VarIntBoundsExceededimpl UnwindSafe for VarIntBoundsExceeded
impl UnwindSafe for VarIntBoundsExceededBlanket 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>,