Enum classicube_relay::packet::ContinuePacketError
source ·
[−]pub enum ContinuePacketError {
DataPartLength,
ReadFullDataPart,
Flags(FlagsError),
Io(Error),
}Variants
DataPartLength
ReadFullDataPart
Flags(FlagsError)
Tuple Fields
0: FlagsErrorIo(Error)
Tuple Fields
0: ErrorTrait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for ContinuePacketError
impl Send for ContinuePacketError
impl Sync for ContinuePacketError
impl Unpin for ContinuePacketError
impl !UnwindSafe for ContinuePacketError
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
