Enum grid_sdk::protocol::schema::payload::Action [−][src]
pub enum Action {
SchemaCreate(SchemaCreateAction),
SchemaUpdate(SchemaUpdateAction),
}Expand description
Native implementation for SchemaPayload_Action
Variants
Tuple Fields of SchemaCreate
Tuple Fields of SchemaUpdate
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Action
impl UnwindSafe for Action
Blanket Implementations
Mutably borrows from an owned value. Read more