Enum ntex_mqtt::error::DecodeError [−][src]
pub enum DecodeError {
InvalidProtocol,
InvalidLength,
MalformedPacket,
UnsupportedProtocolLevel,
ConnectReservedFlagSet,
ConnAckReservedFlagSet,
InvalidClientId,
UnsupportedPacketType,
PacketIdRequired,
MaxSizeExceeded,
Utf8Error,
}
Variants
InvalidProtocol
InvalidLength
MalformedPacket
UnsupportedProtocolLevel
ConnectReservedFlagSet
ConnAckReservedFlagSet
InvalidClientId
UnsupportedPacketType
PacketIdRequired
MaxSizeExceeded
Utf8Error
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for DecodeError
impl Send for DecodeError
impl Sync for DecodeError
impl Unpin for DecodeError
impl UnwindSafe for DecodeError
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more