Enum grid_sdk::protocol::product::payload::Action [−][src]
pub enum Action {
ProductCreate(ProductCreateAction),
ProductUpdate(ProductUpdateAction),
ProductDelete(ProductDeleteAction),
}Expand description
Native implementation for ProductPayload_Action
Variants
Tuple Fields of ProductCreate
Tuple Fields of ProductUpdate
Tuple Fields of ProductDelete
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Action
impl UnwindSafe for Action
Blanket Implementations
Mutably borrows from an owned value. Read more