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