Enum tea_sdk::vmh::message::structs_proto::p2p::general_msg::Msg
pub enum Msg {
Show 26 variants
Error(ResponseError),
PeerApproveRequest(PeerApprovePinnerRequest),
PeerApproveResponse(PeerApprovePinnerResponse),
ApplyPinnerRequest(ApplyToBePinnerRequest),
ApplyPinnerResponse(ApplyToBePinnerResponse),
ApplyToExecuteTaskRequest(ApplyToExecuteTaskRequest),
WinnerExecutorCert(WinnerExecutorCert),
ErrandExecutionRequest(ErrandExecutionRequest),
ErrandExecutionFailedResponse(ErrandExecutionFailedResponse),
ErrandAdhocCodeCapCheckerRequest(ErrandAdhocCodeCapCheckerRequest),
ErrandAdhocCodeCapCheckerResponse(ErrandAdhocCodeCapCheckerResponse),
ErrandExecutionSucceededResponse(ErrandExecutionSucceededResponse),
TaskKeyGenerationApplyRequst(TaskKeyGenerationApplyRequst),
TaskExecutionRequest(TaskExecutionRequest),
TaskExecutionResponse(TaskExecutionResponse),
TaskPinnerKeySliceRequest(TaskPinnerKeySliceRequest),
TaskPinnerKeySliceResponse(TaskPinnerKeySliceResponse),
PeerApproveRaRequest(PeerApproveRaRequest),
PeerApproveRaResponse(PeerApproveRaResponse),
TaskSignWithKeySlicesRequst(TaskSignWithKeySlicesRequst),
TaskSignWithKeySlicesResponse(TaskSignWithKeySlicesResponse),
TaskSignGetPinnerKeySliceRequest(TaskSignGetPinnerKeySliceRequest),
TaskSignGetPinnerKeySliceResponse(TaskSignGetPinnerKeySliceResponse),
TaskCommitSignResultRequest(TaskCommitSignResultRequest),
KeyGenerationCandidateRequest(KeyGenerationCandidateRequest),
SignCandidateRequest(SignCandidateRequest),
}
Variants§
Error(ResponseError)
PeerApproveRequest(PeerApprovePinnerRequest)
PeerApproveResponse(PeerApprovePinnerResponse)
ApplyPinnerRequest(ApplyToBePinnerRequest)
ApplyPinnerResponse(ApplyToBePinnerResponse)
ApplyToExecuteTaskRequest(ApplyToExecuteTaskRequest)
WinnerExecutorCert(WinnerExecutorCert)
ErrandExecutionRequest(ErrandExecutionRequest)
ErrandExecutionFailedResponse(ErrandExecutionFailedResponse)
ErrandAdhocCodeCapCheckerRequest(ErrandAdhocCodeCapCheckerRequest)
ErrandAdhocCodeCapCheckerResponse(ErrandAdhocCodeCapCheckerResponse)
ErrandExecutionSucceededResponse(ErrandExecutionSucceededResponse)
TaskKeyGenerationApplyRequst(TaskKeyGenerationApplyRequst)
TaskExecutionRequest(TaskExecutionRequest)
TaskExecutionResponse(TaskExecutionResponse)
TaskPinnerKeySliceRequest(TaskPinnerKeySliceRequest)
TaskPinnerKeySliceResponse(TaskPinnerKeySliceResponse)
PeerApproveRaRequest(PeerApproveRaRequest)
PeerApproveRaResponse(PeerApproveRaResponse)
TaskSignWithKeySlicesRequst(TaskSignWithKeySlicesRequst)
TaskSignWithKeySlicesResponse(TaskSignWithKeySlicesResponse)
TaskSignGetPinnerKeySliceRequest(TaskSignGetPinnerKeySliceRequest)
TaskSignGetPinnerKeySliceResponse(TaskSignGetPinnerKeySliceResponse)
TaskCommitSignResultRequest(TaskCommitSignResultRequest)
KeyGenerationCandidateRequest(KeyGenerationCandidateRequest)
SignCandidateRequest(SignCandidateRequest)
Implementations§
§impl Msg
impl Msg
pub fn merge<B>(
field: &mut Option<Msg>,
tag: u32,
wire_type: WireType,
buf: &mut B,
ctx: DecodeContext
) -> Result<(), DecodeError>where
B: Buf,
pub fn merge<B>( field: &mut Option<Msg>, tag: u32, wire_type: WireType, buf: &mut B, ctx: DecodeContext ) -> Result<(), DecodeError>where B: Buf,
Decodes an instance of the message from a buffer, and merges it into self.
pub fn encoded_len(&self) -> usize
pub fn encoded_len(&self) -> usize
Returns the encoded length of the message without a length delimiter.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Msg
impl Send for Msg
impl Sync for Msg
impl Unpin for Msg
impl UnwindSafe for Msg
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more