Enum grid_sdk::protocol::track_and_trace::payload::Action [−][src]
pub enum Action {
CreateRecord(CreateRecordAction),
FinalizeRecord(FinalizeRecordAction),
UpdateProperties(UpdatePropertiesAction),
CreateProposal(CreateProposalAction),
AnswerProposal(AnswerProposalAction),
RevokeReporter(RevokeReporterAction),
}Variants
Tuple Fields of CreateRecord
Tuple Fields of FinalizeRecord
Tuple Fields of UpdateProperties
Tuple Fields of CreateProposal
Tuple Fields of AnswerProposal
Tuple Fields of RevokeReporter
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Action
impl UnwindSafe for Action
Blanket Implementations
Mutably borrows from an owned value. Read more