Enum grid_sdk::protocol::location::payload::Action [−][src]
pub enum Action {
LocationCreate(LocationCreateAction),
LocationUpdate(LocationUpdateAction),
LocationDelete(LocationDeleteAction),
}Variants
Tuple Fields of LocationCreate
Tuple Fields of LocationUpdate
Tuple Fields of LocationDelete
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Action
impl UnwindSafe for Action
Blanket Implementations
Mutably borrows from an owned value. Read more