- API ›
- Constructors ›
- Photos ›
- Photo
Photo
---types--- photos.photo#20212ca8 photo:Photo users:Vector<User> = photos.Photo
Belongs to
| photos.Photo |
In Rust this constructor is a variant of the enums::photos.Photo enum.
Match on it with: if let enums::photos.Photo::Photo(v) = result { ... }