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: VersionResGetChannelInfoAll(GetChannelInfoAllRes)Tuple Fields of GetChannelInfoAll
ItemValueSignIn(ItemValueSignInRes)Tuple Fields of ItemValueSignIn
ItemValue(ItemValueRes)Tuple Fields of ItemValue
0: ItemValueResProjectList(ProjectListRes)Tuple Fields of ProjectList
ItemUpdate(ItemUpdateInd)Tuple Fields of ItemUpdate
Unknown(UnknownRes)Tuple Fields of Unknown
0: UnknownResImplementations
Trait Implementations
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.
Auto Trait Implementations
impl RefUnwindSafe for Response
impl UnwindSafe for Response
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. 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