---
title: DropOperation.Set
framework: swiftui
role: symbol
role_heading: Structure
path: swiftui/dropoperation/set
---

# DropOperation.Set

A set of drop operations, corresponding to matching cases in DropOperation.

## Declaration

```swift
struct Set
```

## Topics

### Initializers

- [init(rawValue:)](swiftui/dropoperation/set/init(rawvalue:).md)

### Type Properties

- [alias](swiftui/dropoperation/set/alias.md)
- [cancel](swiftui/dropoperation/set/cancel.md)
- [copy](swiftui/dropoperation/set/copy.md)
- [delete](swiftui/dropoperation/set/delete.md)
- [forbidden](swiftui/dropoperation/set/forbidden.md)
- [move](swiftui/dropoperation/set/move.md)

## Relationships

### Conforms To

- [Copyable](swift/copyable.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Escapable](swift/escapable.md)
- [ExpressibleByArrayLiteral](swift/expressiblebyarrayliteral.md)
- [Hashable](swift/hashable.md)
- [OptionSet](swift/optionset.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [SetAlgebra](swift/setalgebra.md)
