1 2 3 4 5 6 7 8
use super::NewPhoto; pub struct NewPhotoSet { pub original: NewPhoto, pub fullsize: NewPhoto, pub base: NewPhoto, pub thumbnail: NewPhoto, }