Enum quinn_proto::SendDatagramError [−][src]
pub enum SendDatagramError {
UnsupportedByPeer,
Disabled,
TooLarge,
}Errors that can arise when sending a datagram
Variants
The peer does not support receiving datagram frames
Datagram support is disabled locally
The datagram is larger than the connection can currently accommodate
Indicates that the path MTU minus overhead or the limit advertised by the peer has been exceeded.
Trait Implementations
impl Clone for SendDatagramError[src]
impl Clone for SendDatagramError[src]fn clone(&self) -> SendDatagramError[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Display for SendDatagramError[src]
impl Display for SendDatagramError[src]impl Eq for SendDatagramError[src]
impl Eq for SendDatagramError[src]impl Error for SendDatagramError[src]
impl Error for SendDatagramError[src]impl Hash for SendDatagramError[src]
impl Hash for SendDatagramError[src]impl Ord for SendDatagramError[src]
impl Ord for SendDatagramError[src]impl PartialEq<SendDatagramError> for SendDatagramError[src]
impl PartialEq<SendDatagramError> for SendDatagramError[src]impl PartialOrd<SendDatagramError> for SendDatagramError[src]
impl PartialOrd<SendDatagramError> for SendDatagramError[src]fn partial_cmp(&self, other: &SendDatagramError) -> Option<Ordering>[src]
#[must_use]pub fn lt(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
pub fn lt(&self, other: &Rhs) -> bool#[must_use]pub fn le(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
pub fn le(&self, other: &Rhs) -> bool#[must_use]pub fn gt(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
pub fn gt(&self, other: &Rhs) -> bool#[must_use]pub fn ge(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
pub fn ge(&self, other: &Rhs) -> boolimpl StructuralEq for SendDatagramError[src]
impl StructuralEq for SendDatagramError[src]Auto Trait Implementations
impl RefUnwindSafe for SendDatagramError
impl RefUnwindSafe for SendDatagramErrorimpl Send for SendDatagramError
impl Send for SendDatagramErrorimpl Sync for SendDatagramError
impl Sync for SendDatagramErrorimpl Unpin for SendDatagramError
impl Unpin for SendDatagramErrorimpl UnwindSafe for SendDatagramError
impl UnwindSafe for SendDatagramErrorBlanket 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>,