Enum enet_proto::Response[][src]

pub enum Response {
    Version(VersionRes),
    GetChannelInfoAll(GetChannelInfoAllRes),
    ItemValueSignIn(ItemValueSignInRes),
    ItemValue(ItemValueRes),
    ProjectList(ProjectListRes),
    ItemUpdate(ItemUpdateInd),
    Unknown(UnknownRes),
}

Variants

Version(VersionRes)

Tuple Fields of Version

0: VersionRes
GetChannelInfoAll(GetChannelInfoAllRes)

Tuple Fields of GetChannelInfoAll

0: GetChannelInfoAllRes
ItemValueSignIn(ItemValueSignInRes)

Tuple Fields of ItemValueSignIn

0: ItemValueSignInRes
ItemValue(ItemValueRes)

Tuple Fields of ItemValue

0: ItemValueRes
ProjectList(ProjectListRes)

Tuple Fields of ProjectList

0: ProjectListRes
ItemUpdate(ItemUpdateInd)

Tuple Fields of ItemUpdate

0: ItemUpdateInd
Unknown(UnknownRes)

Tuple Fields of Unknown

0: UnknownRes

Implementations

Trait Implementations

Formats the value using the given formatter. Read more

Deserialize this value from the given Serde deserializer. Read more

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.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

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