Enum mqtt::packet::VariablePacketError [−][src]
pub enum VariablePacketError {
Show 17 variants
FixedHeaderError(FixedHeaderError),
ReservedPacket(u8, Vec<u8>),
IoError(Error),
ConnectPacketError(PacketError<ConnectPacket>),
ConnackPacketError(PacketError<ConnackPacket>),
PublishPacketError(PacketError<PublishPacket>),
PubackPacketError(PacketError<PubackPacket>),
PubrecPacketError(PacketError<PubrecPacket>),
PubrelPacketError(PacketError<PubrelPacket>),
PubcompPacketError(PacketError<PubcompPacket>),
PingreqPacketError(PacketError<PingreqPacket>),
PingrespPacketError(PacketError<PingrespPacket>),
SubscribePacketError(PacketError<SubscribePacket>),
SubackPacketError(PacketError<SubackPacket>),
UnsubscribePacketError(PacketError<UnsubscribePacket>),
UnsubackPacketError(PacketError<UnsubackPacket>),
DisconnectPacketError(PacketError<DisconnectPacket>),
}Expand description
Parsing errors for variable packet
Variants
FixedHeaderError(FixedHeaderError)Tuple Fields of FixedHeaderError
IoError(Error)Tuple Fields of IoError
0: ErrorConnectPacketError(PacketError<ConnectPacket>)Tuple Fields of ConnectPacketError
ConnackPacketError(PacketError<ConnackPacket>)Tuple Fields of ConnackPacketError
PublishPacketError(PacketError<PublishPacket>)Tuple Fields of PublishPacketError
PubackPacketError(PacketError<PubackPacket>)Tuple Fields of PubackPacketError
PubrecPacketError(PacketError<PubrecPacket>)Tuple Fields of PubrecPacketError
PubrelPacketError(PacketError<PubrelPacket>)Tuple Fields of PubrelPacketError
PubcompPacketError(PacketError<PubcompPacket>)Tuple Fields of PubcompPacketError
PingreqPacketError(PacketError<PingreqPacket>)Tuple Fields of PingreqPacketError
PingrespPacketError(PacketError<PingrespPacket>)Tuple Fields of PingrespPacketError
SubscribePacketError(PacketError<SubscribePacket>)Tuple Fields of SubscribePacketError
SubackPacketError(PacketError<SubackPacket>)Tuple Fields of SubackPacketError
UnsubscribePacketError(PacketError<UnsubscribePacket>)Tuple Fields of UnsubscribePacketError
UnsubackPacketError(PacketError<UnsubackPacket>)Tuple Fields of UnsubackPacketError
DisconnectPacketError(PacketError<DisconnectPacket>)Tuple Fields of DisconnectPacketError
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.