Enum enet_proto::Request [−][src]
pub enum Request {
Version(VersionReq),
GetChannelInfoAll(GetChannelInfoAllReq),
ItemValueSignIn(ItemValueSignInReq),
ItemValueSignOut(ItemValueSignOutReq),
BlockList(BlockListReq),
ProjectList(ProjectListReq),
ItemValueSet(ItemValueSetReq),
}Variants
Version(VersionReq)Tuple Fields of Version
0: VersionReqGetChannelInfoAll(GetChannelInfoAllReq)Tuple Fields of GetChannelInfoAll
ItemValueSignIn(ItemValueSignInReq)Tuple Fields of ItemValueSignIn
ItemValueSignOut(ItemValueSignOutReq)Tuple Fields of ItemValueSignOut
BlockList(BlockListReq)Tuple Fields of BlockList
0: BlockListReqProjectList(ProjectListReq)Tuple Fields of ProjectList
ItemValueSet(ItemValueSetReq)Tuple Fields of ItemValueSet
Implementations
Trait Implementations
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 Request
impl UnwindSafe for Request
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